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

/osnet-11/usr/src/lib/libshell/common/include/
H A Dfcin.h52 #define fcgetc(c) (((c=fcget()) || (c=fcfill())), c)
61 extern int fcfill(void);
/osnet-11/usr/src/lib/libshell/common/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.c326 if((n=fcfill()) <=0)
394 if((c=fcfill()) > 0)
H A Dlex.c243 c = fcfill();
1761 if(fcfill()>0)

Completed in 42 milliseconds