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

/freebsd-12-stable/bin/ls/
H A Dextern.h65 extern char *ansi_bgcol;
H A Dls.c158 char *ansi_bgcol; /* ANSI sequence to set background colour */ variable
484 ansi_bgcol = tgetstr("AB", &bp);
494 if (ansi_fgcol && ansi_bgcol && ansi_coloff)
H A Dprint.c558 ansiseq = tgoto(ansi_bgcol, 0, colors[c].num[1]);

Completed in 111 milliseconds