| /src/external/bsd/tre/dist/lib/ |
| tre-match-approx.c | 195 tre_char_t prev_c = 0, next_c = 0; local 325 DPRINT(("%03d:%2lc/%05d\n", pos, (tre_cint_t)next_c, (int)next_c)); 634 else if (next_c == L'\0')
|
| tre-match-backtrack.c | 69 int next_c; member in struct:__anon8196 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; local 306 next_c_start = next_c; 336 trans_i->state_id, next_c, tags, mbstate); 387 DPRINT(("%3d:%2lc/%05d | %p ", pos, (tre_cint_t)next_c, (int)next_c, 483 /* Advance in input string and resync `prev_c', `next_c' [all...] |
| tre-match-parallel.c | 99 tre_char_t prev_c = 0, next_c = 0; local 224 next_c = (unsigned char)*str_byte; 248 while (next_c != L'\0' && !chars[next_c]) 250 next_c = *str_byte++; 258 while (pos <= len && !chars[next_c]) 260 prev_c = next_c; 261 next_c = (unsigned char)(*str_byte++); 336 else if (next_c == L'\0') 350 DPRINT(("%3d:%2lc/%05d |", pos, (tre_cint_t)next_c, (int)next_c)) [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mips.c | 16842 char c, next_c = 0; 16854 next_c = input_line_pointer[1]; 16857 if (c != ',' || (c == ',' && next_c == '"')) 16829 char c, next_c = 0; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mips.c | 16529 char c, next_c = 0; 16541 next_c = input_line_pointer[1]; 16544 if (c != ',' || (c == ',' && next_c == '"')) 16516 char c, next_c = 0; local
|