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

/freebsd-10.1-release/contrib/texinfo/info/
H A Dm-x.c162 int new_height, old_height = screenheight; local
165 new_height = count;
171 new_height = screenheight;
173 sprintf (prompt, _("Set screen height to (%d): "), new_height);
186 new_height = atoi (line);
197 screenheight = new_height;
/freebsd-10.1-release/contrib/gdb/gdb/tui/
H A Dtui-win.c619 int new_height, split_diff, cmd_split_diff, num_wins_displayed = 2; local
654 new_height = first_win->generic.height;
657 new_height = screenheight - MIN_CMD_WIN_HEIGHT - 1;
659 new_height = MIN_WIN_HEIGHT;
661 new_height = first_win->generic.height + split_diff;
663 make_invisible_and_set_new_height (first_win, new_height);
666 new_height = screenheight - TUI_CMD_WIN->generic.origin.y;
667 make_invisible_and_set_new_height (TUI_CMD_WIN, new_height);
691 new_height = first_win->generic.height;
695 new_height
946 int new_height, i; local
1043 int new_height = tui_term_height () - (input_no + 1); local
1069 tui_adjust_win_heights(struct tui_win_info * primary_win_info, int new_height) argument
1343 new_height_ok(struct tui_win_info * primary_win_info, int new_height) argument
[all...]

Completed in 107 milliseconds