Searched refs:TOKEN_CHAR (Results 1 – 3 of 3) sorted by relevance
36 TOKEN_CHAR, // a normal printing character enumerator189 return type == TOKEN_CHAR ? c : 0; in ch()
1845 type = TOKEN_CHAR; in next()1943 type = TOKEN_CHAR; in next()1951 type = TOKEN_CHAR; in next()2239 case TOKEN_CHAR: in operator ==()2260 case TOKEN_CHAR: in delimiter()2311 case TOKEN_CHAR: in description()2726 case token::TOKEN_CHAR: in process_input_stack()2779 if (tok.type != token::TOKEN_CHAR) in process_input_stack()6496 if (type == TOKEN_CHAR) in get_char()6547 case TOKEN_CHAR: in add_to_node_list()[all …]
4438 (process_input_stack) <token::TOKEN_CHAR, token::TOKEN_NEWLINE,