Home
last modified time | relevance | path

Searched refs:has_backref (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/grep/lib/
H A Dregex_internal.h554 unsigned int has_backref : 1; member
H A Dregexec.c1077 if (cur_state->has_backref) in check_matching()
1758 if (candidates && mctx->state_log[str_idx]->has_backref) in update_cur_sifted_state()
2326 if (next_state->has_backref) in merge_state_with_log()
2886 if (cur_state && cur_state->has_backref) in check_arrival()
2895 if (str_idx == top_str || (cur_state && cur_state->has_backref)) in check_arrival()
H A Dregex_internal.c1653 newstate->has_backref = 1; in create_ci_newstate()
1707 newstate->has_backref = 1; in create_cd_newstate()
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregex_internal.h603 unsigned int has_backref : 1; member
H A Dregexec.c1097 if (cur_state->has_backref) in check_matching()
1792 if (candidates && mctx->state_log[str_idx]->has_backref) in update_cur_sifted_state()
2361 if (next_state->has_backref) in merge_state_with_log()
2917 if (cur_state && cur_state->has_backref) in check_arrival()
2926 if (str_idx == top_str || (cur_state && cur_state->has_backref)) in check_arrival()
H A Dregex_internal.c1550 newstate->has_backref = 1; in create_ci_newstate()
1606 newstate->has_backref = 1; in create_cd_newstate()