Searched refs:parse_escaped_char (Results 1 – 3 of 3) sorted by relevance
17 static void parse_escaped_char (string s, int& pos);37 parse_escaped_char (s, pos); in advance()395 parse_escaped_char (string s, int& pos) { in parse_escaped_char() function578 parse_escaped_char (s, pos); in get_color()
80 static char parse_escaped_char(const char** pformat) in parse_escaped_char() function143 *p = parse_escaped_char(&format); in parse_print_string()
3850 parse_escaped_char (char * cp, char * p_char) in parse_escaped_char() function5148 cp = parse_escaped_char(yyp+1, &lc); in yylex1()5382 cp = parse_escaped_char(yyp, &lc); in yylex1()5543 cp = parse_escaped_char(p-1, &lc); in yylex1()