Searched refs:old_lines (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_setup.c216 int old_lines = lines; local
230 if ((new_lines != old_lines) || (new_cols != old_cols))
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-script.c1264 struct source_cleanup_lines_args old_lines;
1274 old_lines.old_line = source_line_number;
1275 old_lines.old_file = source_file_name;
1276 old_lines.old_pre_error = source_pre_error;
1277 old_lines.old_error_pre_print = error_pre_print;
1278 make_cleanup (source_cleanup_lines, &old_lines);
1260 struct source_cleanup_lines_args old_lines; local

Completed in 45 milliseconds