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

/freebsd-12-stable/bin/ls/
H A Dextern.h66 extern char *ansi_coloff;
H A Dls.c160 char *ansi_coloff; /* ANSI sequence to reset colours */ variable
491 ansi_coloff = tgetstr("op", &bp);
492 if (!ansi_coloff)
493 ansi_coloff = tgetstr("oc", &bp);
494 if (ansi_fgcol && ansi_bgcol && ansi_coloff)
H A Dprint.c593 tputs(ansi_coloff, 1, sig ? writech : putch);

Completed in 59 milliseconds