Searched refs:code_min (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregcomp.c49 int code_min; member in struct:__anon1854
74 #define IS_SPECIAL(x) ((x)->code_min < 0)
75 #define IS_EMPTY(x) ((x)->code_min == EMPTY)
76 #define IS_ASSERTION(x) ((x)->code_min == ASSERTION)
77 #define IS_TAG(x) ((x)->code_min == TAG)
78 #define IS_BACKREF(x) ((x)->code_min == BACKREF)
97 long code_min; member in struct:__anon1857
145 static tre_ast_node_t* tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, argument
154 lit->code_min = code_min;
1859 tre_set_one(tre_mem_t mem, int position, int code_min, int code_max, tre_ctype_t class, tre_ctype_t* neg_classes, int backref) argument
[all...]
H A Dtre.h95 tre_cint_t code_min; member in struct:tnfa_transition
H A Dregexec.c327 if (trans_i->code_min <= (tre_cint_t)prev_c &&
711 if (trans_i->code_min <= (tre_cint_t)prev_c &&

Completed in 83 milliseconds