HomeSort by: relevance | last modified time | path
    Searched refs:nwordv (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/error/
pi.c 232 char **nwordv; local
234 nwordv = NULL;
268 nwordv = wordvsplice(longpiptr ? 2 : 4, cur_wordc, cur_wordv+1);
269 nwordv[0] = strdup(currentfilename);
270 nwordv[1] = strdup(c_linenumber);
272 nwordv[2] = Strdup("pascal errortype"); /* XXX leaked */
273 nwordv[3] = cur_wordv[1];
274 nwordv[4] = strdup("%%%\n");
275 if (strlen(nwordv[5]) > (8-2)) /* this is the pointer */
276 nwordv[5] += (8-2); /* bump over 6 characters *
    [all...]
input.c 166 char **nwordv; local
200 nwordv = Calloc(4, sizeof(char *));
201 nwordv[0] = Strdup("ld:"); /* XXX leaked */
202 nwordv[1] = cur_wordv[1];
203 nwordv[2] = Strdup("is"); /* XXX leaked */
204 nwordv[3] = Strdup("undefined.");/* XXX leaked */
206 cur_wordv = nwordv - 1;
282 char **nwordv; local
312 nwordv = wordvsplice(EHEAD, cur_wordc, cur_wordv + 1);
313 nwordv[0] = file
339 char **nwordv; local
369 char **nwordv; local
447 char **nwordv; local
517 char **nwordv; local
    [all...]
subr.c 367 char **nwordv; local
371 nwordv = Calloc(nwordc, sizeof (char *));
373 nwordv[i] = NULL;
375 nwordv[i] = wordv[i-emptyhead];
376 return nwordv;

Completed in 14 milliseconds