Searched refs:exit_standout_mode (Results 1 – 7 of 7) sorted by relevance
323 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()
947 putpad(exit_standout_mode); in printem()
79 if ((enter_standout_mode != NULL && exit_standout_mode != NULL) || in wstandout()
194 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()
1040 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);
433 PRINT(exit_standout_mode); in setulmode()440 PRINT(exit_standout_mode); in setulmode()
1232 #define exit_standout_mode t_exit_standout_mode(cur_term) macro