regexec 838 global/global.c if (regexec(&preg, gtp->tag, 0, 0, 0) == 0) { regexec 1256 global/global.c int result = regexec(&preg, buffer, 0, 0, 0); regexec 1335 global/global.c int result = regexec(&preg, p, 0, 0, 0); regexec 613 htags/fileindex.c if (regexec(&is_include_file, path, 0, 0, 0) == 0) regexec 536 htags/htags.c for (p = _; !regexec(&preg, p, 2, pmatch, 0); p += pmatch[0].rm_eo) { regexec 5748 libglibc/regex.c regexec (preg, string, nmatch, pmatch, eflags) regexec 5807 libglibc/regex.c weak_alias (__regexec, regexec) regexec 520 libglibc/regex.h extern int regexec _RE_ARGS ((const regex_t *__preg, regexec 506 libutil/dbop.c if (preg && regexec(preg, (char *)key.data, 0, 0, 0) != 0) regexec 518 libutil/dbop.c if (preg && regexec(preg, (char *)key.data, 0, 0, 0) != 0) regexec 589 libutil/dbop.c if (dbop->preg && regexec(dbop->preg, (char *)key.data, 0, 0, 0) != 0) regexec 323 libutil/find.c if (regexec(suff, path, 0, 0, 0) == 0) regexec 352 libutil/find.c if (regexec(skip, path, 0, 0, 0) == 0)