Lines Matching refs:parlist
34 static char *parlist[LASTPARM]; /* -> start of each parameter */ variable
43 parlist[ i ] = NULL; in InitCpp4()
103 parlist[0] = parmp = parm; /* Setup parm buffer */
114 parlist[nargs++] = parmp; /* Save its start */
250 if (streq(parlist[i], token)) { /* If it's known */
316 if (streq(parlist[i], wp)) {
509 parlist[nargs++] = parmp; /* At start of new arg */
542 fprintf( pCppOut, "parm[%d] = \"%s\"\n", nargs, parlist[nargs - 1]);
584 size = strlen(parlist[c]);
590 if (string_magic && defp[-1] == parlist[c][0]) {
591 strcpy(defp-1, parlist[c]);
595 strcpy(defp, parlist[c]);
628 i + 1, (int)strlen(parlist[i]), parlist[i]);