Searched defs:_fcfile (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtksh/include/
H A Dshcompat.h22 Sfio_t *_fcfile; /* input file pointer */ member in struct:_fcin
/ast/src/cmd/ksh93/include/
H A Dfcin.h34 Sfio_t *_fcfile; /* input file pointer */ member in struct:_fcin
51 #define fcfile() (_Fcin._fcfile)
59 #define fcsopen(s) (_Fcin._fcfile=(Sfio_t*)0,_Fcin.fclen=1,_Fcin.fcbuff=_Fcin.fcptr=(unsigned char*)(s))

Completed in 9 milliseconds