Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_print.c49 char *mybuf, *switchon; in NCURSES_EXPORT() local
62 switchon = TPARM_1(prtr_non, len); in NCURSES_EXPORT()
63 onsize = strlen(switchon); in NCURSES_EXPORT()
66 switchon = prtr_on; in NCURSES_EXPORT()
73 if (switchon == 0 in NCURSES_EXPORT()
79 _nc_STRCPY(mybuf, switchon, need); in NCURSES_EXPORT()