Home
last modified time | relevance | path

Searched refs:fcget (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfcin.h47 # 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
H A Dlexstates.h119 #define STATE(s,c) (s[mbwide()?((c=fcmbget(&LEN)),LEN>1?'a':c):(c=fcget())])
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c507 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()
H A Dfcin.c207 c=fcget(); in _fcmbget()
H A Dmacro.c351 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()
H A Dmain.c448 while(fcget()>0); in exfile()