Home
last modified time | relevance | path

Searched refs:peek_char (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/groff/src/preproc/pic/
HDlex.cpp241 static int peek_char();
301 int input_stack::peek_char() in peek_char() function in input_stack
554 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 …]
/NextBSD/contrib/groff/src/preproc/refer/
HDcommand.cpp40 int peek_char();
60 inline int input_item::peek_char() in peek_char() function in input_item
102 static int peek_char();
136 int input_stack::peek_char() in peek_char() function in input_stack
139 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 …]
/NextBSD/contrib/groff/src/preproc/eqn/
HDlex.cpp30 int peek_char();
291 friend int peek_char();
569 int peek_char() in peek_char() function
794 c = peek_char(); in get_token()
1030 if (c == 'o' && d == 'f' && peek_char() == 'f') { in do_delim()
/NextBSD/contrib/groff/
HDChangeLog188 peek_char, and get_location.