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

/freebsd-10.0-release/contrib/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.c912 source_lineno++, lineno++;
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dmacro.h42 int source_lineno; /* Line number within FILENAME. */ member in struct:__anon4417
H A Dmacro.c106 int source_lineno, int flags)
133 line_number = def->source_lineno;
153 def->source_lineno = source_lineno;
103 add_macro(char *name, char **arglist, char *body, char *source_file, int source_lineno, int flags) argument

Completed in 58 milliseconds