Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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.c413 (*_Sfnotify)(f, SF_NEW, (void*)((long)f->file));
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c204 case SF_NEW: in stkexcept()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h184 #define SF_NEW 0 /* new stream */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c2281 if(flag==SF_NEW) in sftrack()