Searched refs:first_line (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-10.3-release/contrib/byacc/test/btyacc/
H A Dquote_calc4-s.tab.c378 (loc).first_line = ((rhs)[-1]).last_line; \
385 (loc).first_line = ((rhs)[ 0 ]).first_line; \
H A Dquote_calc4.tab.c378 (loc).first_line = ((rhs)[-1]).last_line; \
385 (loc).first_line = ((rhs)[ 0 ]).first_line; \
H A Dvarsyntax_calc1.tab.c414 (loc).first_line = ((rhs)[-1]).last_line; \
421 (loc).first_line = ((rhs)[ 0 ]).first_line; \
H A Dgrammar.tab.c1068 (loc).first_line = ((rhs)[-1]).last_line; \
1075 (loc).first_line = ((rhs)[ 0 ]).first_line; \
/freebsd-10.3-release/contrib/gcclibs/libcpp/
H A Dinternal.h451 source_location first_line; member in struct:cpp_reader::__anon1257
H A Dtraditional.c362 pfile->out.first_line = pfile->line_table->highest_line;
/freebsd-10.3-release/contrib/gcc/
H A Dc-ppoutput.c223 maybe_print_line (pfile->out.first_line);
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dada-exp.c966 Current.first_line = Rhs[1].first_line; \
H A Dm2-exp.c901 Current.first_line = Rhs[1].first_line; \
H A Dcoffread.c1348 enter_linenos (long file_offset, int first_line,
1371 first_line--;
1383 record_line (current_subfile, first_line + L_LNNO32 (&lptr),
1340 enter_linenos(long file_offset, int first_line, int last_line, struct objfile *objfile) argument
H A Df-exp.c781 Current.first_line = Rhs[1].first_line; \
H A Djv-exp.c840 Current.first_line = Rhs[1].first_line; \
H A Dc-exp.c963 Current.first_line = Rhs[1].first_line; \
H A Dobjc-exp.c945 Current.first_line = Rhs[1].first_line; \
H A Dp-exp.c755 Current.first_line = Rhs[1].first_line; \
/freebsd-10.3-release/contrib/ee/
H A Dee.c133 struct text *first_line; /* first line of current buffer */ variable in typeref:struct:text
567 curr_line = first_line = txtalloc();
1761 tmp_line = first_line->next_line;
2208 curr_line= first_line;
2486 while (curr_line != first_line)
2550 out_line = first_line;
3058 struct text *tmpline = first_line;
3213 line_holder = first_line;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2786 bool first_line = true; local
2794 if (first_line)
2800 if (!first_line)
2821 if (!first_line)
2824 first_line = false;

Completed in 499 milliseconds

123