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