Searched refs:peek_char (Results 1 – 3 of 3) sorted by relevance
116 int peek_char(void);
964 __hidden int peek_char(void) in peek_char() function1025 next_ch = peek_char(); in __read_token()1037 ch = peek_char(); in __read_token()1060 ch = peek_char(); in __read_token()1114 while (get_type(peek_char()) == type) { in __read_token()
73 peek_char() == '~') { in filter_read_token()