Searched refs:SF_NEW (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dtnotify.c36 case SF_NEW:
58 if(!(f = sfopen(NIL(Sfio_t*), tstfile("sf", 0), "w")) && Type != SF_NEW)
59 terror("Notify did not announce SF_NEW event");
/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));
/ast/src/lib/libast/misc/
H A Dstk.c204 case SF_NEW:
/ast/src/lib/libast/include/
H A Dsfio.h164 /* exception events: SF_NEW(0), SF_READ(1), SF_WRITE(2) and the below */
184 #define SF_NEW 0 /* new stream */ macro
/ast/src/lib/libcodex/
H A Dcodex.c259 case SF_NEW:

Completed in 19 milliseconds