Searched refs:host_char_to_target (Results 1 – 4 of 4) sorted by relevance
93 int host_char_to_target (int host_char, int *target_char);
575 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
1429 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()
1388 else if (! host_char_to_target (c, &c)) in yylex()1572 if (! host_char_to_target (c, &c)) in yylex()