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

  /src/lib/libcurses/
attributes.c 357 attr |= WA_VERTICAL;
408 if (attr & WA_VERTICAL && t_enter_vertical_hl_mode(t) != NULL)
409 win->wattr |= WA_VERTICAL;
460 if (attr & WA_VERTICAL)
461 win->wattr &= ~WA_VERTICAL;
curses_private.h 156 | WA_TOP | WA_LOW | WA_LEFT | WA_RIGHT | WA_HORIZONTAL | WA_VERTICAL)
refresh.c 984 if (on & WA_VERTICAL && enter_vertical_hl_mode != NULL)
987 curscr->wattr |= WA_VERTICAL;
curses.h 275 #define WA_VERTICAL 0x00000010 /* Vertical highlight */
  /src/lib/libcurses/EXAMPLES/
ex1.c 78 WA_VERTICAL,

Completed in 15 milliseconds