Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/groff/src/preproc/pic/
HDmain.cpp46 class top_input : public input { class
53 top_input(FILE *);
59 top_input::top_input(FILE *p) : fp(p), bol(1), eof(0) in top_input() function in top_input
65 int top_input::get() in get()
146 int top_input::peek() in peek()
214 int top_input::get_location(const char **filenamep, int *linenop) in get_location()
284 lex_init(new top_input(fp)); in do_picture()
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
HDlex.cpp322 class top_input : public macro_input { class
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) in top_input() function in top_input
456 top_input::~top_input() in ~top_input()
461 int top_input::get() in get()
469 int top_input::get_location(char **fnp, int *lnp) in get_location()
655 current_input = new top_input(str, filename, lineno, 0); in init_lex()
/freebsd-11-stable/contrib/groff/
HDChangeLog.1182184 src/preproc/pic/main.cc (top_input::get, top_input::peek),
HDChangeLog.1155850 (top_input::get), (top_input::peek): If -C option not given,