Searched refs:peek_char (Results 1 – 4 of 4) sorted by relevance
241 static int peek_char();301 int input_stack::peek_char() in peek_char() function in input_stack554 c = input_stack::peek_char(); in get_token_after_dot()562 c = input_stack::peek_char(); in get_token_after_dot()565 c = input_stack::peek_char(); in get_token_after_dot()568 c = input_stack::peek_char(); in get_token_after_dot()571 c = input_stack::peek_char(); in get_token_after_dot()597 c = input_stack::peek_char(); in get_token_after_dot()600 c = input_stack::peek_char(); in get_token_after_dot()603 c = input_stack::peek_char(); in get_token_after_dot()[all …]
40 int peek_char();60 inline int input_item::peek_char() in peek_char() function in input_item102 static int peek_char();136 int input_stack::peek_char() in peek_char() function in input_stack139 int c = top->peek_char(); in peek_char()266 if (c == '\\' && input_stack::peek_char() == '\n') in get_word()278 c = input_stack::peek_char(); in get_word()283 int d = input_stack::peek_char(); in get_word()290 int d = input_stack::peek_char(); in get_word()303 c = input_stack::peek_char(); in get_word()[all …]
30 int peek_char();291 friend int peek_char();569 int peek_char() in peek_char() function794 c = peek_char(); in get_token()1030 if (c == 'o' && d == 'f' && peek_char() == 'f') { in do_delim()
188 peek_char, and get_location.