Searched refs:EMSG2_RET_NULL (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | regexp_bt.c | 1547 EMSG2_RET_NULL(_(e_missing_sb), in regatom() 1567 EMSG2_RET_NULL(_(e_empty_sb), in regatom() 1613 EMSG2_RET_NULL( in regatom() 1715 EMSG2_RET_NULL(_("E71: Invalid character after %s%%"), in regatom() 2010 EMSG2_RET_NULL(_(e_missingbracket), reg_magic > MAGIC_OFF); in regatom() 2161 EMSG2_RET_NULL(_(e_invalid_character_after_str_at), in regpiece() 2202 EMSG2_RET_NULL(_(e_too_many_complex_str_curly), in regpiece() 2218 EMSG2_RET_NULL(_("E61: Nested %s*"), reg_magic >= MAGIC_ON); in regpiece() 2383 EMSG2_RET_NULL(_(e_too_many_str_open), reg_magic == MAGIC_ALL); in reg() 2446 EMSG2_RET_NULL(_(e_unmatched_str_open), reg_magic == MAGIC_ALL); in reg() [all …]
|
| H A D | regexp.c | 66 #define EMSG2_RET_NULL(m, c) return (semsg((const char *)(m), (c) ? "" : "\\"), rc_did_emsg = TRUE,… macro 69 #define EMSG_ONE_RET_NULL EMSG2_RET_NULL(_("E369: invalid item in %s%%[]"), reg_magic == MAGIC_ALL)
|