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

  /src/usr.bin/aiomixer/
draw.c 102 wattroff(control->widgetpad, A_STANDOUT);
190 wattroff(control->widgetpad,
197 wattroff(control->widgetpad, A_BOLD);
199 wattroff(control->widgetpad, A_STANDOUT);
221 wattroff(control->widgetpad,
238 wattroff(control->widgetpad, A_BOLD);
240 wattroff(control->widgetpad, A_STANDOUT);
274 wattroff(control->widgetpad,
284 wattroff(control->widgetpad, A_BOLD);
286 wattroff(control->widgetpad, A_STANDOUT)
    [all...]
  /src/lib/libcurses/
attributes.c 120 return wattroff(stdscr, attr);
261 * wattroff --
265 wattroff(WINDOW *win, int attr) function in typeref:typename:int
267 __CTRACE(__CTRACE_ATTR, "wattroff: win %p, attr %08x\n", win, attr);
Makefile 188 curses_attributes.3 wattron.3 curses_attributes.3 wattroff.3 \
slk.c 329 return wattroff(screen->slk_window, attr);
curses.h 442 #define attroff(attr) wattroff(stdscr, attr)
786 int wattroff(WINDOW *, int);
  /src/tests/lib/libcurses/slave/
curses_commands.c 2922 report_return(wattroff(win, attr));

Completed in 18 milliseconds