Home
last modified time | relevance | path

Searched refs:SF_DPOP (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsftmp.c69 if(type == SF_DPOP) /* don't allow this to pop */
303 type != SF_DPUSH && type != SF_DPOP && type != SF_DBUFFER)
404 rv = _tmpexcept(f,SF_DPOP,NIL(Void_t*),f->disc);
H A Dsfdisc.c203 if((*(d->exceptf))(f,SF_DPOP,(Void_t*)disc,d) < 0 )
H A Dsfvscanf.c715 (*ft->eventf)(f,SF_DPOP,(Void_t*)form,ft) < 0)
1060 else if((*fm->eventf)(f,SF_DPOP,(Void_t*)form,ft) < 0)
H A Dsfvprintf.c642 (*ft->eventf)(f,SF_DPOP,(Void_t*)form,ft) < 0)
1407 else if((*fm->eventf)(f,SF_DPOP,(Void_t*)form,ft) < 0)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcslow.c47 case SF_DPOP:
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.c180 case SF_DPOP:
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.c49 case SF_DPOP: in wideexcept()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dtokline.c75 case SF_DPOP: in spliceline()
/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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c184 case SF_DPOP: in stkexcept()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h168 #define SF_DPOP 6 /* when discipline is being popped */ macro