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

  /src/usr.bin/error/
input.c 46 int cur_wordc; /* how long the current error message is */ variable in typeref:typename:int
81 wordvbuild(line, &cur_wordc, &cur_wordv);
88 if (cur_wordc > 0 &&
107 if (cur_wordc > 0)
108 erroradd(cur_wordc, cur_wordv+1, errorclass, C_UNKNOWN);
168 if (cur_wordc == 1 && language != INLD) {
176 cur_wordc = 0;
199 if (cur_wordc == 1 && language == INLD) {
205 cur_wordc = 4;
209 if (cur_wordc == 1)
    [all...]
pi.c 235 if (cur_wordc < 2)
268 nwordv = wordvsplice(longpiptr ? 2 : 4, cur_wordc, cur_wordv+1);
279 cur_wordc += longpiptr ? 2 : 4;
282 if (cur_wordc >= 4
294 nwordv = wordvsplice(1, cur_wordc, cur_wordv + 1);
299 cur_wordc += 1;
303 if (cur_wordc >= 3
338 wordindex <= cur_wordc;
347 if (wordindex != cur_wordc)
351 cur_wordc = undefined ? 4 : 5
    [all...]
error.h 187 extern int cur_wordc;

Completed in 14 milliseconds