Lines Matching refs:fcget
484 while(shp->inlineno++,fcget()=='\n'); in sh_lex()
1115 if((c=fcget())=='~') in sh_lex()
1125 c = fcget(); in sh_lex()
1748 if(n==S_EOF || !(c=fcget())) in here_copy()
1762 if(c=='\r' && (c=fcget())!=NL) in here_copy()
1815 if(!(c=fcget())) in here_copy()
1830 if(c=='\r' && (c=fcget())!=NL) in here_copy()
1877 if(c=fcget()) in here_copy()
1901 fcget(); in here_copy()
2003 while(fcget()>0); in sh_syntax()
2380 if((ap->nextc=fcget())==0) in setupalias()