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

  /src/games/testpat/
testpat.c 205 mvaddch(i, col, 32 | A_REVERSE);
273 attrset(A_REVERSE);
292 attrset(A_REVERSE);
378 attrset(A_REVERSE);
416 attrset(A_REVERSE);
440 attrset(A_REVERSE);
  /src/games/sail/
pl_7.c 199 * (useful with A_REVERSE since cleartoeol() does not clear to reversed)
227 attron(A_REVERSE);
234 attroff(A_REVERSE);
250 attron(A_REVERSE);
259 attroff(A_REVERSE);
1383 attron(A_REVERSE);
1390 attroff(A_REVERSE);
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-io.c 301 wattroff (w, A_REVERSE);
349 wattron (w, A_REVERSE);
380 that, we enable the A_REVERSE attribute, and re-reverse the
400 /* Enable A_REVERSE. */
tui-win.c 115 { "reverse", A_REVERSE },
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-io.c 326 wattroff (w, A_REVERSE);
382 wattron (w, A_REVERSE);
413 that, we enable the A_REVERSE attribute, and re-reverse the
433 /* Enable A_REVERSE. */
tui-win.c 115 { "reverse", A_REVERSE },
  /src/lib/libcurses/
slk.c 657 ? A_STANDOUT : A_REVERSE);
curses.h 248 #define A_REVERSE __REVERSE
  /src/lib/libmenu/
menu.c 52 A_REVERSE, /* menu foreground */

Completed in 38 milliseconds