Searched refs:pplexstr (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libpp/ |
H A D | pptrace.c | 116 pplexstr(register int lex) function
|
H A D | ppfsm.h | 251 debug((-7, "POP in=%s next=%s state=%s", ppinstr(cur), pptokchr(*prv->nextchr), pplexstr(INDEX(rp)))); \
|
H A D | pplib.h | 799 #define pplexstr _pp_lexstr 831 extern char* pplexstr(int);
|
H A D | pplex.c | 263 debug((-9, "TERM %s > %s%s%s |%-*.*s|%s|", pplexstr(INDEX(rp)), pplexstr(state), (st & NEWLINE) ? "|NEWLINE" : "", (st & SKIPCONTROL) ? "|SKIP" : "", op - tp, op - tp, tp, pptokchr(c))); 557 sfprintf(sfstderr, "%7d: %s\n", hit[n], pplexstr(TERMINAL + n));
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 511 extern __MANGLE__ char* pplexstr __PROTO__((int));
|
Completed in 23 milliseconds