Home
last modified time | relevance | path

Searched refs:exit_standout_mode (Results 1 – 7 of 7) sorted by relevance

/minix/games/tetris/
H A Dscreen.c323 putpad(exit_standout_mode); in scr_update()
347 putpad(exit_standout_mode); in scr_update()
360 putpad(exit_standout_mode); in scr_update()
370 exit_standout_mode); in scr_update()
403 putpad(exit_standout_mode); in scr_update()
H A Dscores.c947 putpad(exit_standout_mode); in printem()
/minix/lib/libcurses/
H A Dstandout.c79 if ((enter_standout_mode != NULL && exit_standout_mode != NULL) || in wstandout()
H A Dattributes.c194 if (attr & __STANDOUT && enter_standout_mode != NULL && exit_standout_mode != NULL) in wattr_on()
377 if (enter_standout_mode != NULL && exit_standout_mode != NULL) in termattrs()
427 if (enter_standout_mode != NULL && exit_standout_mode != NULL) in term_attrs()
H A Drefresh.c1040 if (off & __STANDOUT && exit_standout_mode != NULL) {
1041 tputs(exit_standout_mode, 0, __cputchar);
1068 exit_standout_mode != NULL)
1875 tputs(exit_standout_mode, 0, __cputchar);
/minix/usr.bin/ul/
H A Dul.c433 PRINT(exit_standout_mode); in setulmode()
440 PRINT(exit_standout_mode); in setulmode()
/minix/lib/libterminfo/
H A Dterm.h1232 #define exit_standout_mode t_exit_standout_mode(cur_term) macro