regexec           776 global/global.c 			if (regexec(&preg, buffer, 0, 0, 0) == 0) {
regexec           848 global/global.c 		if (pattern && regexec(&preg, p, 0, 0, 0) != 0)
regexec           560 htags/fileindex.c 	if (regexec(&is_include_file, path, 0, 0, 0) == 0)
regexec           457 htags/htags.c  		for (p = _; !regexec(&preg, p, 2, pmatch, 0); p += pmatch[0].rm_eo) {
regexec           520 libglibc/regex.h extern int regexec _RE_ARGS ((const regex_t *__preg,
regexec           303 libutil/dbop.c 			if (preg && regexec(preg, (char *)key.data, 0, 0, 0) != 0)
regexec           315 libutil/dbop.c 			if (preg && regexec(preg, (char *)key.data, 0, 0, 0) != 0)
regexec           384 libutil/dbop.c 		if (dbop->preg && regexec(dbop->preg, (char *)key.data, 0, 0, 0) != 0)
regexec           308 libutil/find.c 	if (skip && regexec(skip, path, 0, 0, 0) == 0)
regexec           531 libutil/find.c 				if (regexec(suff, path, 0, 0, 0) == 0) {
regexec           639 libutil/find.c 		if (regexec(suff, path, 0, 0, 0) != 0)