Searched refs:EMSG_RET_FAIL (Results 1 – 2 of 2) sorted by relevance
1380 EMSG_RET_FAIL(_(e_nul_found)); in nfa_regatom()1404 EMSG_RET_FAIL(_(e_nul_found)); in nfa_regatom()1589 EMSG_RET_FAIL(_(e_z1_not_allowed)); in nfa_regatom()1598 EMSG_RET_FAIL(_(e_z_not_allowed)); in nfa_regatom()1951 EMSG_RET_FAIL(_("E868: Error building NFA with equivalence class!")); in nfa_regatom()2023 EMSG_RET_FAIL(_(e_reverse_range)); in nfa_regatom()2132 EMSG_RET_FAIL(_(e_missingbracket)); in nfa_regatom()2306 EMSG_RET_FAIL(_("E870: (NFA regexp) Error reading repetition limits")); in nfa_regpiece()2536 EMSG_RET_FAIL(_("E872: (NFA regexp) Too many '('")); in nfa_reg()2544 EMSG_RET_FAIL(_("E879: (NFA regexp) Too many \\z(")); in nfa_reg()[all …]
65 #define EMSG_RET_FAIL(m) return (emsg((m)), rc_did_emsg = TRUE, FAIL) macro