Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/groff/src/preproc/eqn/
HDlex.cpp548 static input *current_input = 0; variable
554 if (current_input == 0) in get_char()
557 int c = current_input->get(); in get_char()
561 input *tem = current_input; in get_char()
562 current_input = current_input->next; in get_char()
571 if (current_input == 0) in peek_char()
574 int c = current_input->peek(); in peek_char()
584 for (input *p = current_input; p; p = p->next) in get_location()
650 while (current_input != 0) { in init_lex()
651 input *tem = current_input; in init_lex()
[all …]
/freebsd-11-stable/contrib/groff/src/preproc/pic/
HDlex.cpp235 static input *current_input; member in input_stack
247 input *input_stack::current_input = 0; member in input_stack
257 while (current_input != 0) { in clear()
258 input *tem = current_input; in clear()
259 current_input = current_input->next; in clear()
267 in->next = current_input; in push()
268 current_input = in; in push()
285 while (current_input != 0) { in get_char()
286 int c = current_input->get(); in get_char()
292 if (current_input->next == 0) in get_char()
[all …]