Searched refs:startline (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsource.h163 explicit source_lines_range (int startline, direction dir = FORWARD);
166 explicit source_lines_range (int startline, int stopline) argument
167 : m_startline (startline),
172 int startline () const function in class:source_lines_range
H A Dsource.c1438 print_source_lines_base (s, line_range.startline (),
1871 source_lines_range::source_lines_range (int startline,
1876 LONGEST end = static_cast <LONGEST> (startline) + get_lines_to_list ();
1881 m_startline = startline;
1886 LONGEST start = static_cast <LONGEST> (startline) - get_lines_to_list ();
1892 m_stopline = startline;
1864 source_lines_range(int startline, source_lines_range::direction dir) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsource.h171 explicit source_lines_range (int startline, direction dir = FORWARD);
174 explicit source_lines_range (int startline, int stopline) argument
175 : m_startline (startline),
180 int startline () const function in class:source_lines_range
H A Dsource.c1498 print_source_lines_base (s, line_range.startline (),
1871 source_lines_range::source_lines_range (int startline,
1876 LONGEST end = static_cast <LONGEST> (startline) + get_lines_to_list ();
1881 m_startline = startline;
1886 LONGEST start = static_cast <LONGEST> (startline) - get_lines_to_list ();
1892 m_stopline = startline;
1864 source_lines_range(int startline, source_lines_range::direction dir) argument
/netbsd-current/usr.bin/sed/
H A Ddefs.h97 u_long startline; /* Start line number or zero */ member in struct:s_command
H A Dprocess.c307 if (cp->startline > 0) {
310 if (linenum - cp->startline <= cp->a2->u.l)
313 cp->startline = 0;
319 cp->startline = 0;
329 cp->startline = 0;
347 cp->startline = linenum;
370 cp->startline = 0;
H A Dcompile.c189 cmd->startline = cmd->nonsel = 0;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.c1246 unsigned startline = 0; local
1259 startline = 1;
1349 if (startline && isalpha(c) && hereid)
1363 startline = 0;
/netbsd-current/bin/sh/
H A Dparser.c87 int startline; /* line number where << seen */ member in struct:HereDoc
178 heredoclist->startline, heredoclist->eofmark);
972 line = heredoclist->startline + 1;
1634 heredoc->startline = plinno;

Completed in 232 milliseconds