Searched refs:check_sgr0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c2064 char *check_sgr0 = _nc_trim_sgr0(tp); local
2066 if (check_sgr0 == 0 || *check_sgr0 == '\0') {
2070 if (check_sgr0 != exit_attribute_mode) {
2074 _nc_visbuf2(2, check_sgr0)));
2075 free(check_sgr0);

Completed in 61 milliseconds