Searched refs:fcfill (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dfcin.h52 #define fcgetc(c) (((c=fcget()) || (c=fcfill())), c)
63 extern int fcfill(void);
/ast/src/cmd/ksh93/sh/
H A Dfcin.c76 int fcfill(void) function
125 return(fcfill());
129 * Set the notify function that is called for each fcfill()
H A Dmacro.c328 if((n=fcfill()) <=0)
397 if((c=fcfill()) > 0)
H A Dlex.c241 c = fcfill();
1799 if(fcfill()>0)

Completed in 29 milliseconds