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

  /src/lib/libcurses/
attributes.c 349 attr |= WA_TOP;
400 if (attr & WA_TOP && t_enter_top_hl_mode(t) != NULL)
401 win->wattr |= WA_TOP;
452 if (attr & WA_TOP)
453 win->wattr &= ~WA_TOP;
curses_private.h 156 | WA_TOP | WA_LOW | WA_LEFT | WA_RIGHT | WA_HORIZONTAL | WA_VERTICAL)
refresh.c 959 if (on & WA_TOP && enter_top_hl_mode != NULL)
962 curscr->wattr |= WA_TOP;
curses.h 273 #define WA_TOP 0x00000004 /* Top highlight */
  /src/lib/libcurses/EXAMPLES/
ex1.c 75 WA_TOP,

Completed in 16 milliseconds