Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcharset.h93 int host_char_to_target (int host_char, int *target_char);
H A Dcharset.c559 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 Dutils.c1483 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 Dc-exp.y1384 else if (! host_char_to_target (c, &c)) in yylex()
1568 if (! host_char_to_target (c, &c)) in yylex()
H A Dc-exp.c3036 else if (! host_char_to_target (c, &c)) in yylex()
3220 if (! host_char_to_target (c, &c)) in yylex()