Searched refs:next_c (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre-match-utils.h | 19 prev_c = next_c; \ 24 next_c = '\0'; \ 26 next_c = (unsigned char)(*str_byte++); \ 31 next_c = L'\0'; \ 33 next_c = *str_wide++; \ 38 next_c = L'\0'; \ 49 next_c = L'\0'; \ 54 w = tre_mbrtowc(&next_c, str_byte, (size_t)max, &mbstate); \ 62 next_c = 0; \ 75 str_user_end = str_source->get_next_char(&next_c, &pos_add_next, \ [all …]
|
H A D | tre-match-backtrack.c | 69 int next_c; member 154 stack->item.next_c = (_next_c); \ 172 next_c = (tre_char_t) stack->item.next_c; \ 189 tre_char_t prev_c = 0, next_c = 0; in tre_tnfa_run_backtrack() local 306 next_c_start = next_c; in tre_tnfa_run_backtrack() 336 trans_i->state_id, next_c, tags, mbstate); in tre_tnfa_run_backtrack() 387 DPRINT(("%3d:%2lc/%05d | %p ", pos, (tre_cint_t)next_c, (int)next_c, in tre_tnfa_run_backtrack() 510 else if (next_c == L'\0') in tre_tnfa_run_backtrack() 557 trans_i->state_id, next_c, tags, mbstate); in tre_tnfa_run_backtrack() 605 if (next_c == L'\0') in tre_tnfa_run_backtrack() [all …]
|
H A D | tre-match-parallel.c | 99 tre_char_t prev_c = 0, next_c = 0; in tre_tnfa_run_parallel() local 224 next_c = (unsigned char)*str_byte; in tre_tnfa_run_parallel() 248 while (next_c != L'\0' && !chars[next_c]) in tre_tnfa_run_parallel() 250 next_c = *str_byte++; in tre_tnfa_run_parallel() 258 while (pos <= len && !chars[next_c]) in tre_tnfa_run_parallel() 260 prev_c = next_c; in tre_tnfa_run_parallel() 261 next_c = (unsigned char)(*str_byte++); in tre_tnfa_run_parallel() 336 else if (next_c == L'\0') in tre_tnfa_run_parallel() 350 DPRINT(("%3d:%2lc/%05d |", pos, (tre_cint_t)next_c, (int)next_c)); in tre_tnfa_run_parallel()
|
H A D | tre-match-approx.c | 195 tre_char_t prev_c = 0, next_c = 0; in tre_tnfa_run_approx() local 325 DPRINT(("%03d:%2lc/%05d\n", pos, (tre_cint_t)next_c, (int)next_c)); in tre_tnfa_run_approx() 634 else if (next_c == L'\0') in tre_tnfa_run_approx()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-mips.c | 16488 char c, next_c = 0; in s_change_section() local 16500 next_c = input_line_pointer[1]; in s_change_section() 16503 if (c != ',' || (c == ',' && next_c == '"')) in s_change_section()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-mips.c | 16486 char c, next_c = 0; in s_change_section() local 16498 next_c = input_line_pointer[1]; in s_change_section() 16501 if (c != ',' || (c == ',' && next_c == '"')) in s_change_section()
|