Home | History | Annotate | Download | only in error

Lines Matching defs:undefined

79  *				%s undefined on line%s
129 * E --------------^--- Undefined variable
142 * E - z undefined on lines 9 13
166 static char *pi_und1[] = {"undefined", "on", "line"};
167 static char *pi_und2[] = {"undefined", "on", "lines"};
180 DECL_STRINGS_3(static, pi_und1, "undefined", "on", "line");
181 DECL_STRINGS_3(static, pi_und2, "undefined", "on", "lines");
325 * %s undefined on line%s
328 bool undefined = false;
332 if ((undefined = wordv_eq(cur_wordv+2, 3, pi_und1))
333 || (undefined = wordv_eq(cur_wordv+2, 3, pi_und2))
337 for (wordindex = undefined ? 5 : 6;
344 nwordv = wordvsplice(2, undefined ? 2 : 3, cur_wordv+1);
348 erroradd(undefined ? 4 : 5, nwordv,
351 cur_wordc = undefined ? 4 : 5;