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

  /src/lib/libcurses/
attributes.c 351 attr |= WA_LEFT;
402 if (attr & WA_LEFT && t_enter_left_hl_mode(t) != NULL)
403 win->wattr |= WA_LEFT;
454 if (attr & WA_LEFT)
455 win->wattr &= ~WA_LEFT;
curses_private.h 156 | WA_TOP | WA_LOW | WA_LEFT | WA_RIGHT | WA_HORIZONTAL | WA_VERTICAL)
refresh.c 969 if (on & WA_LEFT && enter_left_hl_mode != NULL)
972 curscr->wattr |= WA_LEFT;
curses.h 276 #define WA_LEFT 0x00000020 /* Left highlight */
  /src/lib/libcurses/EXAMPLES/
ex1.c 79 WA_LEFT,

Completed in 94 milliseconds