Searched refs:catbuf (Results 1 – 5 of 5) sorted by path
389 …onstack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; cha… member
61 static char catbuf[MAXTOKEN+1]; /* catenation buffer */ variable168 &catbuf[0], /* catbuf */
1016 pp.token = pp.catbuf; in ppcpp()1041 *pp.catbuf = ' '; in ppcpp()
291 char* catbuf; /* catenation buffer */ \501 #define INC_TEST ((struct ppsymbol*)pp.catbuf)
65 char catbuf[DB_NAME_LEN]; in __pfmt_print() local77 catbuf[i] = c; in __pfmt_print()80 catbuf[i] = '\0'; in __pfmt_print()90 format = __gtxt(catbuf, txtmsgnum, ptr); in __pfmt_print()