Searched refs:GETCHR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
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()]));
1755 while ((c = GETCHR()) && c != '\n')
1993 switch (GETCHR())
1998 c = GETCHR();
2010 c = GETCHR() - ARGOFFSET;
2035 c = GETCHR();
2044 c = GETCHR();
2066 c = GETCHR();
[all...]
H A Dppproto.c482 #define GETCHR() (*(unsigned char*)ip++) macro
596 while (!(state = rp[c = GETCHR()]));
804 for (n = x = 0; (c = GETCHR()), x < 3; x++) switch (c)
1069 if (!(n = GETCHR()))
1074 n = GETCHR();

Completed in 65 milliseconds