Searched refs:W_InhibitMode (Results 1 – 3 of 3) sorted by relevance
89 #define W_InhibitMode 0x08 /* This WINDOW has no modeline. */ macro
74 the_echo_area->flags = W_WindowIsPerm | W_InhibitMode | W_WindowVisible; in window_initialize_windows()182 if ((win->width != width) && ((win->flags & W_InhibitMode) == 0)) in window_new_screen_size()1084 if (window->flags & W_InhibitMode) in window_make_modeline()
418 if ((win->flags & W_InhibitMode) == 0) in display_update_one_window()