Searched refs:pplexstr (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libpp/
H A Dpptrace.c116 pplexstr(register int lex) function
H A Dppfsm.h251 debug((-7, "POP in=%s next=%s state=%s", ppinstr(cur), pptokchr(*prv->nextchr), pplexstr(INDEX(rp)))); \
H A Dpplib.h799 #define pplexstr _pp_lexstr
831 extern char* pplexstr(int);
H A Dpplex.c263 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 Dproto.c511 extern __MANGLE__ char* pplexstr __PROTO__((int));

Completed in 23 milliseconds