Lines Matching defs:nwordv
166 char **nwordv;
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;
312 nwordv = wordvsplice(EHEAD, cur_wordc, cur_wordv + 1);
313 nwordv[0] = file;
314 nwordv[1] = cp + 1;
316 nwordv[2] = ccp + 1;
319 cur_wordv = nwordv - 1;
339 char **nwordv;
353 nwordv = wordvsplice(1, cur_wordc, cur_wordv+1);
354 nwordv[0] = file;
355 nwordv[1] = cp + 1;
357 cur_wordv = nwordv - 1;
369 char **nwordv;
385 nwordv = wordvsplice(1, cur_wordc, cur_wordv+1);
386 nwordv[0] = file; /* file name */
387 nwordv[1] = line; /* line number */
389 cur_wordv = nwordv - 1;
447 char **nwordv;
465 nwordv = wordvsplice(2, cur_wordc, cur_wordv+1);
466 nwordv[0] = file;
467 nwordv[1] = line;
469 cur_wordv = nwordv - 1; /* 1 based */
517 char **nwordv;
543 nwordv = wordvsplice(2, cur_wordc, cur_wordv+1);
544 nwordv[0] = cur_wordv[6];
545 clob_last(nwordv[0],'\0');
546 nwordv[1] = cur_wordv[4];
548 cur_wordv = nwordv - 1; /* 1 based */