HomeSort by: relevance | last modified time | path
    Searched refs:exit_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)
266 if (exit_standout_mode && enter_standout_mode && !magic_cookie_glitch)
267 xputs(exit_standout_mode);
  /src/games/tetris/
screen.c 326 putpad(exit_standout_mode);
350 putpad(exit_standout_mode);
363 putpad(exit_standout_mode);
373 exit_standout_mode);
406 putpad(exit_standout_mode);
scores.c 947 putpad(exit_standout_mode);
  /src/usr.bin/ul/
ul.c 447 PRINT(exit_standout_mode);
454 PRINT(exit_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 877 if (off & __STANDOUT && exit_standout_mode != NULL) {
878 tputs(exit_standout_mode, 0, __cputchar);
905 exit_standout_mode != NULL)
2051 tputs(exit_standout_mode, 0, __cputchar);
  /src/games/larn/
io.c 815 tputs(exit_standout_mode, 0, ttputch);
  /src/lib/libterminfo/
term.h 1232 #define exit_standout_mode t_exit_standout_mode(cur_term) macro
1630 * exit_standout_mode: End standout mode

Completed in 19 milliseconds