Home
last modified time | relevance | path

Searched refs:tmp_char (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c670 regex_char_t left_char, right_char, tmp_char; in parse_char_range() local
742 tmp_char = left_char; in parse_char_range()
744 right_char = tmp_char; in parse_char_range()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201026555 (read_constants): Remove the tmp_char argument. Update the calls
26556 to read_name, using two local name buffers instead of the tmp_char
26558 (read_conditions): Remove the tmp_char argument. Update the calls
26559 to read_name, using a local name buffer instead of the tmp_char
26561 (read_mapping): Replace tmp_char variable with a local name buffer.