Searched refs:sfstacked (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/sfio/
H A D_sfstacked.c24 #undef sfstacked macro
27 int sfstacked(reg Sfio_t* f) function
29 int sfstacked(f)
/ast/src/lib/libast/include/
H A Dsfio.h316 extern int sfstacked _ARG_((Sfio_t*));
386 __INLINE__ int sfstacked(Sfio_t* f) { return __sf_stacked(f); } function
409 #define sfstacked(f) ( __sf_stacked(f) )
/ast/src/cmd/tests/sfio/
H A Dtstack.c97 if(sfstacked(f1))
/ast/src/cmd/ksh93/sh/
H A Dlex.c191 if(iop && !sfstacked(iop))
/ast/src/lib/libcs/
H A Dcsopen.c261 else if (!sfstacked(sp) && (np = csinfo(state, on, NiL)))
/ast/src/lib/libpz/
H A Dpzpart.c547 if (!pz->pin || !sfstacked(pz->pin))

Completed in 24 milliseconds