Searched refs:re_append_char (Results 1 – 3 of 3) sorted by relevance
113 void re_append_char (re_compiler_ctx_t *re_ctx_p, const lit_code_point_t cp);
903 re_append_char (re_ctx_p, start); in re_class_add_range()904 re_append_char (re_ctx_p, end); in re_class_add_range()1366 re_append_char (re_ctx_p, ch); in re_parse_alternative()
275 re_append_char (re_compiler_ctx_t *re_ctx_p, /**< RegExp bytecode context */ in re_append_char() function