Searched refs:fcgetc (Results 1 – 5 of 5) sorted by relevance
344 while((fcgetc(c)) && c==' ' || c== '\t' || c=='\n'); in sh_lex()364 if(fcgetc(c)=='-' || c=='#') in sh_lex()465 while(fcgetc(c)>0 && c!='\n'); in sh_lex()553 if(fcgetc(n)>0) in sh_lex()608 fcgetc(n); in sh_lex()609 if(fcgetc(n)==';') in sh_lex()650 fcgetc(n); in sh_lex()655 if(fcgetc(n)=='\n') in sh_lex()726 fcgetc(n); in sh_lex()815 fcgetc(n); in sh_lex()[all …]
196 if((extra.buff[i] = fcgetc(c))==0) in _fcmbget()
364 fcgetc(version); in sh_parse()448 if(fcgetc(c) > 0) in sh_dolparen()1037 if(fcgetc(n)==LPAREN) in assign()1040 if(fcgetc(c)==RPAREN) in assign()1702 if(fcgetc(n)=='#') in inout()1917 while( fcgetc(c),(c==' ' || c=='\t')); in ere_match()
340 fcgetc(c); in sh_machere()378 while(fcgetc(c),isaname(c)) in sh_machere()2088 while(fcgetc(c)!='`' && c) in comsubst()2092 fcgetc(c); in comsubst()2690 if(fcgetc(c)=='/') in sh_tilde()2700 while (fcgetc(c) && c!='/'); in sh_tilde()
21 #ifndef fcgetc52 #define fcgetc(c) (((c=fcget()) || (c=fcfill())), c) macro