Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dwindow.h91 #define W_InhibitMode 0x08 /* This WINDOW has no modeline. */ macro
H A Dwindow.c76 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()
H A Ddisplay.c420 if ((win->flags & W_InhibitMode) == 0) in display_update_one_window()