HomeSort by: relevance | last modified time | path
    Searched refs:WA_HORIZONTAL (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libcurses/
attributes.c 355 attr |= WA_HORIZONTAL;
406 if (attr & WA_HORIZONTAL && t_enter_horizontal_hl_mode(t) != NULL)
407 win->wattr |= WA_HORIZONTAL;
458 if (attr & WA_HORIZONTAL)
459 win->wattr &= ~WA_HORIZONTAL;
curses_private.h 156 | WA_TOP | WA_LOW | WA_LEFT | WA_RIGHT | WA_HORIZONTAL | WA_VERTICAL)
refresh.c 979 if (on & WA_HORIZONTAL && enter_horizontal_hl_mode != NULL)
982 curscr->wattr |= WA_HORIZONTAL;
curses.h 274 #define WA_HORIZONTAL 0x00000008 /* Horizontal highlight */
  /src/lib/libcurses/EXAMPLES/
ex1.c 77 WA_HORIZONTAL,

Completed in 16 milliseconds