Searched refs:ReCompiled (Results 1 – 1 of 1) sorted by relevance
6417 typedef struct ReCompiled ReCompiled; typedef6418 struct ReCompiled { struct6642 static int re_resize(ReCompiled *p, int N){ in re_resize()6673 static int re_append(ReCompiled *p, int op, int arg){ in re_append()6708 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char()6746 static const char *re_subcompile_string(ReCompiled*);6749 static unsigned char rePeek(ReCompiled *p){ in rePeek()6757 static const char *re_subcompile_re(ReCompiled *p){ in re_subcompile_re()6926 static void re_free(ReCompiled *pRe){ in re_free()6941 ReCompiled *pRe; in re_compile()[all …]