Home
last modified time | relevance | path

Searched refs:SF_FINAL (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfraise.c78 type == SF_FINAL || type == SF_ATEXIT)) &&
85 if(type == SF_FINAL)
H A Dsfclose.c160 { if(f->disc && (ex = SFRAISE(f,SF_FINAL,NIL(Void_t*))) != 0 )
H A Dsfdisc.c60 if(disc && type == SF_FINAL)
H A Dsfvscanf.c1059 (*fm->eventf)(f,SF_FINAL,NIL(Void_t*),ft);
1084 (*fm->eventf)(f,SF_FINAL,NIL(Void_t*),fm->ft);
H A Dsfvprintf.c1406 (*fm->eventf)(f,SF_FINAL,NIL(Void_t*),ft);
1431 (*fm->eventf)(f,SF_FINAL,NIL(Void_t*),fm->ft);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcslow.c46 case SF_FINAL:
H A Dsfdctee.c70 if(type == SF_FINAL || type == SF_DPOP)
H A Dsfdcprefix.c104 if (type == SF_FINAL || type == SF_DPOP)
H A Dsfdcfilter.c141 if(type == SF_FINAL || type == SF_DPOP)
H A Dsfdcseekable.c179 case SF_FINAL:
H A Dsfdcunion.c157 if(type == SF_FINAL || type == SF_DPOP)
H A Dsfdcdio.c142 if(type == SF_FINAL || type == SF_DPOP)
H A Dsfdcsubstr.c166 if(type == SF_FINAL || type == SF_DPOP)
H A Dsfdcmore.c271 if (type == SF_FINAL || type == SF_DPOP)
H A Dsfdcdos.c377 if(type==SF_DPOP || type==SF_FINAL)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dvfwscanf.c50 case SF_FINAL: in wideexcept()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c476 if(type==SF_DPOP || type==SF_FINAL) in outexcept()
1883 if(type==SF_DPOP || type==SF_FINAL) in slowexcept()
2227 if(mode==SF_DPOP || mode==SF_FINAL) in pipeexcept()
2377 else if(ep && (type==SF_DPOP || type==SF_FINAL)) in eval_exceptf()
2454 else if(disp && (mode==SF_DPOP || mode==SF_FINAL)) in subexcept()
H A Dlex.c2507 else if(type==SF_FINAL) in alias_exceptf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c181 case SF_FINAL: in stkexcept()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h173 #define SF_FINAL 11 /* closing is done except stream free */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1214 01-02-06 sfraise.c: add SF_FINAL check to avoid (posibly) freed disciplines
1649 add SF_FINAL to sfio and stk