Home
last modified time | relevance | path

Searched refs:current_input (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dlex.cpp550 static input *current_input = 0; variable
556 if (current_input == 0) in get_char()
559 int c = current_input->get(); in get_char()
563 input *tem = current_input; in get_char()
564 current_input = current_input->next; in get_char()
573 if (current_input == 0) in peek_char()
576 int c = current_input->peek(); in peek_char()
586 for (input *p = current_input; p; p = p->next) in get_location()
652 while (current_input != 0) { in init_lex()
653 input *tem = current_input; in init_lex()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dlex.cpp237 static input *current_input; member in input_stack
249 input *input_stack::current_input = 0; member in input_stack
259 while (current_input != 0) { in clear()
260 input *tem = current_input; in clear()
261 current_input = current_input->next; in clear()
269 in->next = current_input; in push()
270 current_input = in; in push()
287 while (current_input != 0) { in get_char()
288 int c = current_input->get(); in get_char()
294 if (current_input->next == 0) in get_char()
[all …]