Searched refs:linenop (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/preproc/refer/
H A Dcommand.cpp81 int input_item::get_location(const char **filenamep, int *linenop) argument
85 *linenop = first_lineno;
92 *linenop = ln;
/freebsd-10.1-release/contrib/groff/src/preproc/pic/
H A Dmain.cpp214 int top_input::get_location(const char **filenamep, int *linenop) argument
217 *linenop = current_lineno;
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dinput.cpp382 const char **filenamep, int *linenop)
384 *linenop = lineno;
641 int input_stack::get_location(int allow_macro, const char **filenamep, int *linenop) argument
644 if (p->get_location(allow_macro, filenamep, linenop))
381 get_location(int , const char **filenamep, int *linenop) argument

Completed in 149 milliseconds