Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dfcin.h46 #define fcgetc(c) (((c=fcget()) || (c=fcfill())), c)
55 extern int fcfill(void);
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dfcin.c76 int fcfill(void) in fcfill() function
125 return(fcfill()); in fcclose()
H A Dlex.c235 c = fcfill(); in lexfill()
1704 if(fcfill()>0) in here_copy()
H A Dmacro.c317 if((n=fcfill()) <=0) in sh_machere()
385 if((c=fcfill()) > 0) in sh_machere()
H A Dparse.c752 if(fcfill() >= 0) in funct()
862 if(fcfill()>0) in funct()