Home
last modified time | relevance | path

Searched refs:EMSG2_RET_FAIL (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp_nfa.c1641 EMSG2_RET_FAIL( in nfa_regatom()
1680 EMSG2_RET_FAIL(_(e_missing_sb), in nfa_regatom()
1688 EMSG2_RET_FAIL(_(e_empty_sb), in nfa_regatom()
2564 EMSG2_RET_FAIL(_(e_unmatched_str_percent_open), in nfa_reg()
2567 EMSG2_RET_FAIL(_(e_unmatched_str_open), reg_magic == MAGIC_ALL); in nfa_reg()
2572 EMSG2_RET_FAIL(_(e_unmatched_str_close), reg_magic == MAGIC_ALL); in nfa_reg()
H A Dregexp.c68 #define EMSG2_RET_FAIL(m, c) return (semsg((const char *)(m), (c) ? "" : "\\"), rc_did_emsg = TRUE,… macro
1059 EMSG2_RET_FAIL(_("E554: Syntax error in %s{...}"), in read_limits()