Searched refs:fcpeek (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dfcin.h48 #define fcpeek(n) ((int)_Fcin.fcptr[n]) macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c448 while(shp->inlineno++,fcpeek(0)=='\n')
450 while(state[c=fcpeek(0)]==0)
610 if(lp->lexd.warn && (n=fcpeek(0))!=RPAREN && n!=' ' && n!='\t')
703 if(c=='\\' && fcpeek(0)=='\n')
725 if((c=fcpeek(0))==LPAREN || c==RPAREN || c=='$' || c==LBRACE || c==RBRACE || c=='[' || c==']')
727 if(fcpeek(1)=='\'')
780 if(n!=S_GRAVE || fcpeek(0)=='\'')
1459 if(!lp->lex.incase && !assignment && fcpeek(0)!=LPAREN &&
2348 register int c = fcpeek(-1);

Completed in 48 milliseconds