Searched refs:WA_TOP (Results 1 – 5 of 5) sorted by relevance
182 if (attr & WA_TOP && enter_top_hl_mode != NULL) in wattr_on()183 win->wattr |= WA_TOP; in wattr_on()234 if (attr & WA_TOP) in wattr_off()235 win->wattr &= ~WA_TOP; in wattr_off()416 attr |= WA_TOP; in term_attrs()
159 | WA_TOP | WA_LOW | WA_LEFT | WA_RIGHT | WA_HORIZONTAL | WA_VERTICAL)
1128 if (on & WA_TOP &&1132 curscr->wattr |= WA_TOP;
273 #define WA_TOP 0x00000004 /* Top highlight */ macro
75 WA_TOP, in main()