Searched refs:fcget (Results 1 – 6 of 6) sorted by relevance
46 #define fcgetc(c) (((c=fcget()) || (c=fcfill())), c)47 #define fcget() ((int)(*_Fcin.fcptr++)) macro
119 #define STATE(s,c) (mbwide()?(c=fcmbstate(s,&NXT,&LEN),NXT):s[c=fcget()])
340 c = fcget(); in sh_machere()355 c = fcget(); in sh_machere()1042 c = fcget(); in varsub()1115 while((d=fcget()),isadigit(d)) in varsub()1146 while(((c=fcget()),(!isascii(c)||isaname(c)))||type && c=='.'); in varsub()1150 if((c=fcget(),isastchar(c)) && fcpeek(0)==RBRACT) in varsub()1155 fcget(); in varsub()1156 c = fcget(); in varsub()1184 c = fcget(); in varsub()1213 idbuff[1] = fcget(); in varsub()[all …]
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()[all …]
204 *s = state[c=fcget()]; in fcmbstate()
459 while(fcget()>0); in exfile()