Home
last modified time | relevance | path

Searched refs:GETCHR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.h224 if ((c = GETCHR()) == EOB && pp.in->type == IN_FILE) \
245 if ((c = GETCHR()) == EOB) BACKIN(); \
H A Dpplex.c56 #define GETCHR() (*(unsigned char*)ip++) macro
162 #define GETCHR() (*(unsigned char*)ip++) macro
229 while (!(state = rp[c = GETCHR()])); in ppcpp()
1755 while ((c = GETCHR()) && c != '\n') in ppcpp()
1993 switch (GETCHR()) in ppcpp()
1998 c = GETCHR(); in ppcpp()
2010 c = GETCHR() - ARGOFFSET; in ppcpp()
2035 c = GETCHR(); in ppcpp()
2044 c = GETCHR(); in ppcpp()
2066 c = GETCHR(); in ppcpp()
H A Dppproto.c512 #define GETCHR() (*(unsigned char*)ip++) macro
626 while (!(state = rp[c = GETCHR()])); in lex()
834 for (n = x = 0; (c = GETCHR()), x < 3; x++) switch (c) in lex()
1099 if (!(n = GETCHR())) in lex()
1104 n = GETCHR(); in lex()
H A DHISTORY154 use GETCHR() and ISSPECIAL() in outer pplex() loop -- up to 10%