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

  /src/usr.bin/error/
input.c 47 char **cur_wordv; /* the actual error message */ variable in typeref:typename:char **
81 wordvbuild(line, &cur_wordc, &cur_wordv);
84 * for convenience, convert cur_wordv to be 1 based, instead
87 cur_wordv -= 1;
108 erroradd(cur_wordc, cur_wordv+1, errorclass, C_UNKNOWN);
177 if (strcmp(cur_wordv[1], "Stop.") == 0) {
181 if (strcmp(cur_wordv[1], "Assembler:") == 0) {
186 if (strcmp(cur_wordv[1], "Undefined:") == 0) {
191 if (lastchar(cur_wordv[1]) == ':') {
193 currentfilename = cur_wordv[1]
    [all...]
pi.c 237 if (strlen(cur_wordv[1]) == 1
238 && ( cur_wordv[1][0] == 'e' || cur_wordv[1][0] == 'E')
239 && piptr(cur_wordv[2])
266 (void)substitute(cur_wordv[2], '^', '|');
267 longpiptr = position(cur_wordv[2],'|') > (6+8);
268 nwordv = wordvsplice(longpiptr ? 2 : 4, cur_wordc, cur_wordv+1);
273 nwordv[3] = cur_wordv[1];
278 cur_wordv = nwordv - 1; /* convert to 1 based */
283 && strlen(cur_wordv[1]) ==
    [all...]
error.h 188 extern char **cur_wordv;

Completed in 13 milliseconds