Home
last modified time | relevance | path

Searched refs:re_string_cur_idx (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libgnuregex/
Dregcomp.c1786 !re_string_first_byte (input, re_string_cur_idx (input))) in peek_token()
1796 if (re_string_cur_idx (input) + 1 >= re_string_length (input)) in peek_token()
1809 re_string_cur_idx (input) + 1); in peek_token()
1922 wint_t wc = re_string_wchar_at (input, re_string_cur_idx (input)); in peek_token()
1974 re_string_cur_idx (input) != 0) in peek_token()
1985 re_string_cur_idx (input) + 1 != re_string_length (input)) in peek_token()
2021 !re_string_first_byte (input, re_string_cur_idx (input))) in peek_token_bracket()
2029 && re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()
2043 if (re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()
2242 && !re_string_first_byte (regexp, re_string_cur_idx (regexp))) in parse_expression()
[all …]
Dregexec.c1101 int cur_str_idx = re_string_cur_idx (&mctx->input); in check_matching()
1156 int next_char_idx = re_string_cur_idx (&mctx->input) + 1; in check_matching()
1203 re_string_cur_idx (&mctx->input))) in check_matching()
1206 match_last = re_string_cur_idx (&mctx->input); in check_matching()
2312 re_string_cur_idx (&mctx->input) - 1, in transit_state()
2337 int cur_idx = re_string_cur_idx (&mctx->input); in merge_state_with_log()
2373 re_string_cur_idx (&mctx->input) - 1, in merge_state_with_log()
2418 int cur_str_idx = re_string_cur_idx (&mctx->input); in find_recover_state()
2482 int node_cnt, cur_str_idx = re_string_cur_idx (&mctx->input);
2536 re_string_cur_idx (&mctx->input), in transit_state_mb()
[all …]
Dregex_internal.h413 #define re_string_cur_idx(pstr) ((pstr)->cur_idx) macro