Home
last modified time | relevance | path

Searched refs:host_char_to_target (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dcharset.h93 int host_char_to_target (int host_char, int *target_char);
Dcharset.c575 return host_char_to_target (represented[ix - backslashable], in default_c_parse_backslash()
1165 host_char_to_target (int host_char, int *target_char) in host_char_to_target() function
Dutils.c1429 if (!host_char_to_target (c, &target_char)) in parse_escape()
1439 if (!host_char_to_target (c, &target_char)) in parse_escape()
1482 if (!host_char_to_target (c, &target_char)) in parse_escape()
Dc-exp.y1388 else if (! host_char_to_target (c, &c)) in yylex()
1572 if (! host_char_to_target (c, &c)) in yylex()