Home
last modified time | relevance | path

Searched refs:fcfill (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfcin.h52 #define fcgetc(c) (((c=fcget()) || (c=fcfill())), c)
63 extern int fcfill(void);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfcin.c76 int fcfill(void) in fcfill() function
125 return(fcfill()); in fcclose()
H A Dlex.c244 c = fcfill(); in lexfill()
1837 if(fcfill()>0) in here_copy()
H A Dparse.c784 if(fcfill() >= 0) in funct()
934 if(fcfill()>0) in funct()
H A Dmacro.c328 if((n=fcfill()) <=0) in sh_machere()
397 if((c=fcfill()) > 0) in sh_machere()