Searched refs:ansi_regex (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-style.c48 static regex_t ansi_regex; variable
236 int match = regexec (&ansi_regex, buf, ARRAY_SIZE (subexps), subexps, 0);
399 int match = regexec (&ansi_regex, buf, ARRAY_SIZE (subexps), subexps, 0);
411 int code = regcomp (&ansi_regex, ansi_regex_text, REG_EXTENDED);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dui-style.c48 static regex_t ansi_regex; variable
236 int match = regexec (&ansi_regex, buf, ARRAY_SIZE (subexps), subexps, 0);
399 int match = regexec (&ansi_regex, buf, ARRAY_SIZE (subexps), subexps, 0);
411 int code = regcomp (&ansi_regex, ansi_regex_text, REG_EXTENDED);

Completed in 190 milliseconds