Lines Matching defs:bug
65 bug(const char *pattern, const char *input, size_t lineno) {
223 "BUG=alternation-order", // don't have it
224 "BUG=first-match", // don't have it
225 "BUG=nomatch-match", // don't have it
226 "BUG=repeat-any", // don't have it
227 "BUG=range-null", // don't have it
228 "BUG=repeat-null-unknown", // don't have it
229 "BUG=repeat-null", // don't have it
230 "BUG=repeat-artifact", // don't have it
231 "BUG=subexpression-first", // don't have it
237 "BUG=alternation-order", // don't have it
238 "BUG=first-match", // don't have it
239 "BUG=range-null", // don't have it
240 "BUG=repeat-null", // don't have it
241 "BUG=repeat-artifact", // don't have it
242 "BUG=subexpression-first", // don't have it
243 "BUG=repeat-short", // don't have it
357 if (s && strstr(s, "BUG") != NULL)
485 /* XXX: Our bug */
486 if (bug(pattern, input, lineno))