Home
last modified time | relevance | path

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

/dports/devel/ncurses/ncurses-6.3/test/
H A Dtestcurs.c491 if (TIGETSTR("cvvis", "vs") != 0) { in outputTest()
498 if (TIGETSTR("civis", "vi") != 0) { in outputTest()
506 if (TIGETSTR("cnorm", "ve") != 0) { in outputTest()
H A Dtest.priv.h890 #define TIGETSTR(ti,tc) tigetstr(ti) macro
892 #define TIGETSTR(ti,tc) tgetstr(tc,&area_pointer) macro
H A Dncurses.c1258 if (TIGETSTR("smso", "so")) in my_termattrs()
1260 if (TIGETSTR("smul", "us")) in my_termattrs()
1262 if (TIGETSTR("rev", "mr")) in my_termattrs()
1264 if (TIGETSTR("blink", "mb")) in my_termattrs()
1266 if (TIGETSTR("dim", "mh")) in my_termattrs()
1268 if (TIGETSTR("bold", "md")) in my_termattrs()
1270 if (TIGETSTR("smacs", "ac")) in my_termattrs()