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

  /src/usr.bin/ul/
ul.c 451 if (exit_attribute_mode)
452 PRINT(exit_attribute_mode);
  /src/lib/libcurses/
attributes.c 295 if (exit_attribute_mode != NULL) {
332 if (exit_attribute_mode != NULL) {
refresh.c 853 if (off & __TERMATTR && exit_attribute_mode != NULL) {
854 tputs(exit_attribute_mode, 0, __cputchar);
927 if (exit_attribute_mode != NULL) {
2068 tputs(exit_attribute_mode, 0, __cputchar);
  /src/usr.bin/cal/
cal.c 911 me = exit_attribute_mode;
  /src/lib/libterminfo/
term.h 1221 #define exit_attribute_mode t_exit_attribute_mode(cur_term) macro
1619 * exit_attribute_mode: Turn off all attributes

Completed in 16 milliseconds