Searched refs:peekchr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrexpr.c44 #define peekchr(ex) (*(ex)->nextchr) macro
131 if (peekchr(ex) == ':')
156 if (peekchr(ex) == '|')
176 if (peekchr(ex) == '&')
192 if (peekchr(ex) != '=') error(ex, "operator syntax error");
201 if (peekchr(ex) == c)
212 if (peekchr(ex) == '=')
284 if (peekchr(&ex) == ':')
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstreval.c91 #define peekchr(vp) (*(vp)->nextchr) macro
443 if(sh.decomma && (c=peekchr(vp))>='0' && c<='9')
450 if((c=peekchr(vp))>='0' && c<='9')
460 if(peekchr(vp)==':')
467 if(peekchr(vp)==c)
481 if(peekchr(vp)==c)
554 if(peekchr(vp)== '=' && !(strval_precedence[op]&NOASSIGN))
/illumos-gate/usr/src/lib/libpp/common/
H A Dppexpr.c168 if (warn && peekchr() != '(') switch (index)
H A Dpplib.h474 #define peekchr() (*pp.in->nextchr) macro

Completed in 58 milliseconds