Searched refs:full_screen (Results 1 – 3 of 3) sorted by relevance
39 extern int full_screen;277 } else if (!first_time && !is_filtering() && full_screen) in forw()
64 extern int full_screen;756 if (is_screen_trashed() || !full_screen) in mca_char() 809 * If not full_screen, we can't rely on scrolling to fill the screen. in make_display() 812 if (!full_screen && !(quit_if_one_screen && one_screen))823 } else if (is_screen_trashed() || !full_screen) in prompt()
247 public lbool full_screen = TRUE;894 full_screen = FALSE; in scrsize() 1415 if (t1 == NULL || !full_screen) in get_term() 250 public int full_screen = TRUE; global() variable