Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dlib_print.c50 char *mybuf = NULL, *switchon; in NCURSES_EXPORT() local
63 switchon = TIPARM_1(prtr_non, len); in NCURSES_EXPORT()
64 onsize = strlen(switchon); in NCURSES_EXPORT()
67 switchon = prtr_on; in NCURSES_EXPORT()
74 if (switchon == 0 in NCURSES_EXPORT()
81 _nc_STRCPY(mybuf, switchon, need); in NCURSES_EXPORT()