Searched refs:fcget (Results 1 – 6 of 6) sorted by relevance
47 # define fcmbget(x) (mbwide()?_fcmbget(x):fcget())49 # define fcmbget(x) (fcget())52 #define fcgetc(c) (((c=fcget()) || (c=fcfill())), c)53 #define fcget() ((int)(*_Fcin.fcptr++)) macro
119 #define STATE(s,c) (s[mbwide()?((c=fcmbget(&LEN)),LEN>1?'a':c):(c=fcget())])
507 while(shp->inlineno++,fcget()=='\n'); in sh_lex()1200 c = fcget(); in sh_lex()1893 if(n==S_EOF || !(c=fcget())) in here_copy()1923 if(c=='\r' && (c=fcget())!=NL) in here_copy()1979 if(!(c=fcget())) in here_copy()1994 if(c=='\r' && (c=fcget())!=NL) in here_copy()2041 if(c=fcget()) in here_copy()2065 fcget(); in here_copy()2168 while(fcget()>0); in sh_syntax()2546 if((ap->nextc=fcget())==0) in setupalias()
207 c=fcget(); in _fcmbget()
351 c = fcget(); in sh_machere()367 c = fcget(); in sh_machere()1181 while((d=fcget()),isadigit(d)) in varsub()1204 d=fcget(); in varsub()1234 fcget(); in varsub()1293 idbuff[1] = fcget(); in varsub()1593 type = fcget(); in varsub()
448 while(fcget()>0); in exfile()