Home
last modified time | relevance | path

Searched refs:old_lines (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/cli/
Dcli-script.c1248 struct source_cleanup_lines_args old_lines; in script_from_file() local
1258 old_lines.old_line = source_line_number; in script_from_file()
1259 old_lines.old_file = source_file_name; in script_from_file()
1260 old_lines.old_pre_error = source_pre_error; in script_from_file()
1261 old_lines.old_error_pre_print = error_pre_print; in script_from_file()
1262 make_cleanup (source_cleanup_lines, &old_lines); in script_from_file()
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dlib_setup.c308 int old_lines = lines; in _nc_update_screensize() local
322 if ((new_lines != old_lines) || (new_cols != old_cols)) in _nc_update_screensize()
/freebsd-10-stable/contrib/groff/src/devices/grotty/
Dtty.cpp397 glyph **old_lines = lines; in add_char() local
399 memcpy(lines, old_lines, nlines * sizeof(glyph *)); in add_char()
402 a_delete old_lines; in add_char() local
/freebsd-10-stable/contrib/texinfo/info/
Dwindow.c571 int old_lines, old_pagetop; in window_toggle_wrap() local
574 old_lines = window->line_count; in window_toggle_wrap()
587 (window, old_pagetop, old_starts, old_lines); in window_toggle_wrap()