Searched refs:REG_NOMATCH (Results 1 – 9 of 9) sorted by relevance
264 try_match("abc*def", "ab012def", REG_NOMATCH); in main()267 try_match("[abc]*def", "d1def", REG_NOMATCH); in main()
117 if (status == REG_NOMATCH) in re_match_or_error()
66 #define REG_NOMATCH 1 macro
59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
70 if (rc == REG_NOMATCH) in match()
130 static int /* 0 success, REG_NOMATCH failure */165 return(REG_NOMATCH);190 return(REG_NOMATCH);
91 REG_NOMATCH /* match failed */ enumerator
416 case PCRE_ERROR_NOMATCH: return REG_NOMATCH; in regexec()
9737 defined in the header file, of which REG_NOMATCH is the "expected"