Home
last modified time | relevance | path

Searched refs:enter_right_hl_mode (Results 1 – 3 of 3) sorted by relevance

/minix/lib/libcurses/
H A Dattributes.c186 if (attr & WA_RIGHT && enter_right_hl_mode != NULL) in wattr_on()
419 if (enter_right_hl_mode != NULL) in term_attrs()
H A Drefresh.c1147 enter_right_hl_mode != NULL)
1149 tputs(enter_right_hl_mode, 0, __cputchar);
/minix/lib/libterminfo/
H A Dterm.h1206 #define enter_right_hl_mode t_enter_right_hl_mode(cur_term) macro