Searched refs:next_ch (Results 1 – 1 of 1) sorted by relevance
996 int ch, last_ch, quote_ch, next_ch; in __read_token() local1025 next_ch = peek_char(); in __read_token()1026 if (next_ch == '>') { in __read_token()