Home
last modified time | relevance | path

Searched refs:SF_NEW (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsfraise.c77 (type == SF_NEW || type == SF_CLOSING ||
H A Dsfnew.c123 (*_Sfnotify)(f, SF_NEW, (void*)((long)f->file));
H A Dsfclose.c74 if(f->disc && (ex = SFRAISE(f,local ? SF_NEW : SF_CLOSING,NIL(Void_t*))) != 0)
H A Dsftmp.c359 (*notifyf)(f, SF_NEW, (void*)((long)f->file));
/titanic_50/usr/src/lib/libast/common/misc/
H A Dstk.c204 case SF_NEW: in stkexcept()
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h183 #define SF_NEW 0 /* new stream */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h183 #define SF_NEW 0 /* new stream */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h183 #define SF_NEW 0 /* new stream */ macro
/titanic_50/usr/src/lib/libast/common/include/
H A Dsfio.h183 #define SF_NEW 0 /* new stream */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h183 #define SF_NEW 0 /* new stream */ macro
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dio.c1980 if(sp==shp->heredocs && fd < 10 && flag==SF_NEW) in sftrack()
1987 if(flag==SF_NEW) in sftrack()