Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/tui/
HDtui-win.c1050 int input_no;; in tui_set_win_height() local
1059 input_no = atoi (buf_ptr); in tui_set_win_height()
1060 if (input_no > 0) in tui_set_win_height()
1063 input_no *= (-1); in tui_set_win_height()
1065 new_height = input_no; in tui_set_win_height()
1067 new_height = win_info->generic.height + input_no; in tui_set_win_height()
1114 int input_no = atoi (arg); in tui_xdb_set_win_height() local
1116 if (input_no > 0) in tui_xdb_set_win_height()
1118 int new_height = tui_term_height () - (input_no + 1); in tui_xdb_set_win_height()