Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c1783 !re_string_first_byte (input, re_string_cur_idx (input))) in peek_token()
1793 if (re_string_cur_idx (input) + 1 >= re_string_length (input)) in peek_token()
1806 re_string_cur_idx (input) + 1); in peek_token()
1919 wint_t wc = re_string_wchar_at (input, re_string_cur_idx (input)); in peek_token()
1971 re_string_cur_idx (input) != 0) in peek_token()
1982 re_string_cur_idx (input) + 1 != re_string_length (input)) in peek_token()
2018 !re_string_first_byte (input, re_string_cur_idx (input))) in peek_token_bracket()
2026 && re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()
2040 if (re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()
2234 && !re_string_first_byte (regexp, re_string_cur_idx (regexp))) in parse_expression()
[all …]
Dregexec.c1123 Idx cur_str_idx = re_string_cur_idx (&mctx->input); in check_matching()
1178 Idx next_char_idx = re_string_cur_idx (&mctx->input) + 1; in check_matching()
1224 re_string_cur_idx (&mctx->input))) in check_matching()
1227 match_last = re_string_cur_idx (&mctx->input); in check_matching()
2331 re_string_cur_idx (&mctx->input) - 1, in transit_state()
2356 Idx cur_idx = re_string_cur_idx (&mctx->input); in merge_state_with_log()
2392 re_string_cur_idx (&mctx->input) - 1, in merge_state_with_log()
2437 Idx cur_str_idx = re_string_cur_idx (&mctx->input); in find_recover_state()
2501 Idx node_cnt, cur_str_idx = re_string_cur_idx (&mctx->input);
2556 re_string_cur_idx (&mctx->input), in transit_state_mb()
[all …]
Dregex_internal.h454 #define re_string_cur_idx(pstr) ((pstr)->cur_idx) macro