Searched refs:host_char_to_target (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | charset.h | 93 int host_char_to_target (int host_char, int *target_char);
|
H A D | charset.c | 559 return host_char_to_target (represented[ix - backslashable], in default_c_parse_backslash() 1149 host_char_to_target (int host_char, int *target_char) in host_char_to_target() function
|
H A D | utils.c | 1483 if (!host_char_to_target (c, &target_char)) in parse_escape() 1493 if (!host_char_to_target (c, &target_char)) in parse_escape() 1536 if (!host_char_to_target (c, &target_char)) in parse_escape()
|
H A D | c-exp.y | 1384 else if (! host_char_to_target (c, &c)) in yylex() 1568 if (! host_char_to_target (c, &c)) in yylex()
|
H A D | c-exp.c | 3036 else if (! host_char_to_target (c, &c)) in yylex() 3220 if (! host_char_to_target (c, &c)) in yylex()
|