Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/include/
H A Dfcin.h46 #define fcgetc(c) (((c=fcget()) || (c=fcfill())), c)
47 #define fcget() ((int)(*_Fcin.fcptr++)) macro
H A Dlexstates.h119 #define STATE(s,c) (mbwide()?(c=fcmbstate(s,&NXT,&LEN),NXT):s[c=fcget()])
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dmacro.c340 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 …]
H A Dlex.c484 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 …]
H A Dfcin.c204 *s = state[c=fcget()]; in fcmbstate()
H A Dmain.c459 while(fcget()>0); in exfile()