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

  /src/usr.bin/error/
input.c 403 char **nwordv1, **nwordv2; local in function:lint1
424 nwordv2 = wordvsplice(2, cur_wordc, cur_wordv+1);
428 nwordv2[0] = file2;
429 nwordv2[1] = line2;
431 cur_wordv = nwordv2 - 1; /* 1 based */
input.c 403 char **nwordv1, **nwordv2; local in function:lint1
424 nwordv2 = wordvsplice(2, cur_wordc, cur_wordv+1);
428 nwordv2[0] = file2;
429 nwordv2[1] = line2;
431 cur_wordv = nwordv2 - 1; /* 1 based */
input.c 403 char **nwordv1, **nwordv2; local in function:lint1
424 nwordv2 = wordvsplice(2, cur_wordc, cur_wordv+1);
428 nwordv2[0] = file2;
429 nwordv2[1] = line2;
431 cur_wordv = nwordv2 - 1; /* 1 based */

Completed in 38 milliseconds