Searched refs:top_input (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Dmain.cpp46 class top_input : public input { class in inherits:input
53 top_input(FILE *);
59 top_input::top_input(FILE *p) : fp(p), bol(1), eof(0) function in class:top_input
65 int top_input::get()
146 int top_input::peek()
214 int top_input::get_location(const char **filenamep, int *linenop)
284 lex_init(new top_input(fp));
/freebsd-10-stable/contrib/groff/src/preproc/eqn/
H A Dlex.cpp322 class top_input : public macro_input { class in inherits:macro_input
326 top_input(const char *, const char *, int, input *);
327 ~top_input();
450 top_input::top_input(const char *str, const char *fn, int ln, input *x) function in class:top_input
456 top_input::~top_input()
461 int top_input::get()
469 int top_input::get_location(char **fnp, int *lnp)
655 current_input = new top_input(st
[all...]

Completed in 633 milliseconds