/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sftmp.c | 69 if(type == SF_DPOP) /* don't allow this to pop */ 303 type != SF_DPUSH && type != SF_DPOP && type != SF_DBUFFER) 396 if(s == 0 && _tmpexcept(f,SF_DPOP,NIL(Void_t*),f->disc) < 0)
|
H A D | sfdisc.c | 203 if((*(d->exceptf))(f,SF_DPOP,(Void_t*)disc,d) < 0 )
|
H A D | sfvscanf.c | 718 (*ft->eventf)(f,SF_DPOP,(Void_t*)form,ft) < 0) 1063 else if((*fm->eventf)(f,SF_DPOP,(Void_t*)form,ft) < 0)
|
H A D | sfvprintf.c | 635 (*ft->eventf)(f,SF_DPOP,(Void_t*)form,ft) < 0) 1353 else if((*fm->eventf)(f,SF_DPOP,(Void_t*)form,ft) < 0)
|
/titanic_50/usr/src/lib/libast/common/disc/ |
H A D | sfdcslow.c | 47 case SF_DPOP:
|
H A D | sfdctee.c | 70 if(type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcprefix.c | 104 if (type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcfilter.c | 141 if(type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcseekable.c | 180 case SF_DPOP:
|
H A D | sfdcunion.c | 157 if(type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcdio.c | 142 if(type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcsubstr.c | 166 if(type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcmore.c | 271 if (type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcdos.c | 377 if(type==SF_DPOP || type==SF_FINAL)
|
/titanic_50/usr/src/lib/libast/common/stdio/ |
H A D | vfwscanf.c | 49 case SF_DPOP: in wideexcept()
|
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | tokline.c | 75 case SF_DPOP: in spliceline()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 427 if(type==SF_DPOP || type==SF_FINAL) in outexcept() 1612 if(type==SF_DPOP || type==SF_FINAL) in slowexcept() 1936 if(mode==SF_DPOP || mode==SF_FINAL) in pipeexcept() 2083 else if(ep && (type==SF_DPOP || type==SF_FINAL)) in eval_exceptf() 2154 else if(disp && (mode==SF_DPOP || mode==SF_FINAL)) in subexcept()
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | stk.c | 184 case SF_DPOP: in stkexcept()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 167 #define SF_DPOP 6 /* when discipline is being popped */ macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 167 #define SF_DPOP 6 /* when discipline is being popped */ macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 167 #define SF_DPOP 6 /* when discipline is being popped */ macro
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 167 #define SF_DPOP 6 /* when discipline is being popped */ macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 167 #define SF_DPOP 6 /* when discipline is being popped */ macro
|