Searched refs:linenop (Results 1 – 3 of 3) sorted by relevance
81 int input_item::get_location(const char **filenamep, int *linenop) in get_location() argument85 *linenop = first_lineno; in get_location()92 *linenop = ln; in get_location()
214 int top_input::get_location(const char **filenamep, int *linenop) in get_location() argument217 *linenop = current_lineno; in get_location()
382 const char **filenamep, int *linenop) in get_location() argument384 *linenop = lineno; in get_location()641 int input_stack::get_location(int allow_macro, const char **filenamep, int *linenop) in get_location() argument644 if (p->get_location(allow_macro, filenamep, linenop)) in get_location()