Searched refs:EMSG_RET_NULL (Results 1 – 3 of 3) sorted by relevance
1350 EMSG_RET_NULL(_("E63: invalid use of \\_")); in regatom()1427 EMSG_RET_NULL(_(e_no_previous_substitute_regular_expression)); in regatom()1456 EMSG_RET_NULL(_(e_z_not_allowed)); in regatom()1475 EMSG_RET_NULL(_(e_z1_not_allowed)); in regatom()1784 EMSG_RET_NULL(_(e_reverse_range)); in regatom()1790 EMSG_RET_NULL(_(e_large_class)); in regatom()2004 EMSG_RET_NULL(_(e_toomsbra)); // Cannot happen? in regatom()2372 EMSG_RET_NULL(_(e_too_many_z)); in reg()2440 EMSG_RET_NULL(_(e_unmatched_z)); in reg()2453 EMSG_RET_NULL(_(e_trailing)); // "Can't happen". in reg()[all …]
63 #define EMSG_RET_NULL(m) return (emsg((m)), rc_did_emsg = TRUE, (void *)NULL) macro
3895 …EMSG_RET_NULL(_("E875: (NFA regexp) (While converting from postfix to NFA), too many states left o… in post2nfa()3901 EMSG_RET_NULL(_("E876: (NFA regexp) Not enough space to store the whole NFA ")); in post2nfa()