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

  /src/games/hack/
hack.terminfo.c 259 if (enter_standout_mode && exit_standout_mode && !magic_cookie_glitch)
260 xputs(enter_standout_mode);
266 if (exit_standout_mode && enter_standout_mode && !magic_cookie_glitch)
  /src/usr.bin/ul/
ul.c 462 PRINT(enter_standout_mode);
476 PRINT(enter_standout_mode);
482 PRINT(enter_standout_mode);
495 PRINT(enter_standout_mode);
  /src/games/tetris/
screen.c 337 putpad(enter_standout_mode);
368 if (enter_standout_mode) {
372 enter_standout_mode :
scores.c 864 me = level && enter_standout_mode ? thisuser() : NULL;
942 putpad(enter_standout_mode);
  /src/lib/libcurses/
attributes.c 310 if (enter_standout_mode != NULL && exit_standout_mode != NULL)
360 if (enter_standout_mode != NULL && exit_standout_mode != NULL)
refresh.c 904 enter_standout_mode != NULL &&
907 tputs(enter_standout_mode, 0, __cputchar);
  /src/games/larn/
io.c 811 tputs(enter_standout_mode, 0, ttputch);
  /src/lib/libterminfo/
term.h 1210 #define enter_standout_mode t_enter_standout_mode(cur_term) macro
1608 * enter_standout_mode: Begin standout mode

Completed in 18 milliseconds