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...] |