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

  /src/usr.bin/error/
input.c 403 char **nwordv1, **nwordv2; local in function:lint1
423 nwordv1 = wordvsplice(2, cur_wordc, cur_wordv+1);
425 nwordv1[0] = file1;
426 nwordv1[1] = line1;
427 erroradd(cur_wordc+2, nwordv1, C_TRUE, C_DUPL); /* takes 0 based*/
input.c 403 char **nwordv1, **nwordv2; local in function:lint1
423 nwordv1 = wordvsplice(2, cur_wordc, cur_wordv+1);
425 nwordv1[0] = file1;
426 nwordv1[1] = line1;
427 erroradd(cur_wordc+2, nwordv1, C_TRUE, C_DUPL); /* takes 0 based*/

Completed in 223 milliseconds