Searched refs:start_line (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-io.c183 TUI_CMD_WIN->detail.command_info.start_line = TUI_CMD_WIN->detail.command_info.cur_line;
204 int start_line; local
219 start_line = TUI_CMD_WIN->detail.command_info.start_line;
220 wmove (w, start_line, 0);
252 getyx (w, TUI_CMD_WIN->detail.command_info.start_line,
261 getyx (w, TUI_CMD_WIN->detail.command_info.start_line,
269 TUI_CMD_WIN->detail.command_info.start_line -= height - 1;
581 TUI_CMD_WIN->detail.command_info.start_line,
H A Dtui-stack.c328 int start_line, i;
343 start_line = 0;
352 start_line = (item->locator.line_no -
354 if (start_line <= 0)
355 start_line = 1;
369 l.line_no = start_line;
327 int start_line, i; local
H A Dtui-data.h271 int start_line; member in struct:tui_command_info
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmacrotab.c156 int start_line;
311 return compare_locations (key->start_file, key->start_line,
325 return key_compare (key1, key2->name, key2->start_file, key2->start_line);
344 k->start_line = line;
621 query.start_line = line;
714 found_key->start_file->filename, found_key->start_line);
849 *definition_line = key->start_line;
153 int start_line; member in struct:macro_key
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dmain.cpp259 string start_line; local
265 start_line += c;
270 start_line += '\0';
272 switch (sscanf(&start_line[0], "%lf %lf", &wid, &ht)) {
283 out->set_args(start_line.contents());
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmacro.c392 int start_line = line_number;
404 def->name, start_line);
420 int start_line = line_number, end_line;
436 line_number = start_line;
390 int start_line = line_number; local
402 def->name, start_line); local
418 int start_line = line_number, end_line; local
/freebsd-9.3-release/contrib/texinfo/util/
H A Dinstall-info.c94 int start_line;
115 int start_line;
1038 next->start_line = i;
1075 next->start_line = i + 1;
1424 for (i = section->end_line; i > section->start_line; i--)
1456 but the `end_line' and `start_line' members are
1459 i >= section->start_line - 1; i--)
93 int start_line; member in struct:node
114 int start_line; member in struct:menu_section
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffgrok.c278 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno; local
289 res->lines[0] = start_line;
293 res->lines[c + 1] = s->lineno[l + c].line_number + start_line - 1;
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Denv.h235 void start_line();
H A Denv.cpp299 start_line();
361 start_line();
377 start_line();
1829 void environment::start_line() function in class:environment
2848 start_line();
3013 start_line();
H A Ddiv.cpp142 curenv->start_line();
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_init_ops.h722 int abs_idx = ilt->start_line + idx;
805 ecore_ilt_boundry_init_op(sc, ilt_cli, ilt->start_line, initop);
H A Decore_init.h588 uint32_t start_line; member in struct:ecore_ilt
H A Dbxe.c6134 ilt->start_line = FUNC_ILT_BASE(SC_FUNC(sc));
6135 BLOGD(sc, DBG_LOAD, "ilt starts at line %d\n", ilt->start_line);
6375 BLOGD(sc, DBG_LOAD, "ilt=%p start_line=%u lines=%p\n",
6376 sc->ilt, sc->ilt->start_line, sc->ilt->lines);

Completed in 151 milliseconds