Searched refs:REG_EBRACE (Results 1 – 10 of 10) sorted by relevance
113 #define REG_EBRACE 9 /* \{ \} imbalance */ macro
62 RERR(REG_EBRACE, "braces not balanced"),
464 (void) REQUIRE(MORE(), REG_EBRACE); in p_ere_exp()642 (void) REQUIRE(MORE(), REG_EBRACE); in p_simp_re()
116 #define REG_EBRACE 9 /* \{...\} or {...} imbalance */ macro
434 case REG_EBRACE: in map_errnos()
98 #define REG_EBRACE 9 /* \{...\} or {...} imbalance */ macro
667 env->error = *sp ? REG_BADBR : REG_EBRACE; in magic()702 env->error = REG_EBRACE; in magic()723 env->error = REG_EBRACE; in magic()734 env->error = REG_EBRACE; in magic()2428 env->error = REG_EBRACE; in grp()