Searched refs:source_lineno (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dscan.c25 int source_lineno = 1; variable
131 source_lineno++, lineno++;
172 source_lineno++;
181 source_lineno = atoi (s->base) - 1; /* '\n' will add 1 */
191 source_lineno++;
H A Dscan.h69 extern int source_lineno;
H A Dfix-header.c910 source_lineno++, lineno++;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dmacro.h44 int source_lineno; /* Line number within FILENAME. */ member in struct:__anon4935
H A Dmacro.c108 int source_lineno, int flags)
135 line_number = def->source_lineno;
155 def->source_lineno = source_lineno;
105 add_macro(char *name, char **arglist, char *body, char *source_file, int source_lineno, int flags) argument

Completed in 173 milliseconds