Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/refer/
HDcommand.cpp81 int input_item::get_location(const char **filenamep, int *linenop) in get_location() argument
85 *linenop = first_lineno; in get_location()
92 *linenop = ln; in get_location()
/NextBSD/contrib/groff/src/preproc/pic/
HDmain.cpp214 int top_input::get_location(const char **filenamep, int *linenop) in get_location() argument
217 *linenop = current_lineno; in get_location()
/NextBSD/contrib/groff/src/roff/troff/
HDinput.cpp382 const char **filenamep, int *linenop) in get_location() argument
384 *linenop = lineno; in get_location()
641 int input_stack::get_location(int allow_macro, const char **filenamep, int *linenop) in get_location() argument
644 if (p->get_location(allow_macro, filenamep, linenop)) in get_location()