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

/freebsd-11-stable/bin/ls/
H A Dextern.h64 extern char *ansi_bgcol;
H A Dls.c145 char *ansi_bgcol; /* ANSI sequence to set background colour */ variable
382 ansi_bgcol = tgetstr("AB", &bp);
392 if (ansi_fgcol && ansi_bgcol && ansi_coloff)
H A Dprint.c626 ansiseq = tgoto(ansi_bgcol, 0, colors[c].num[1]);

Completed in 65 milliseconds