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

/freebsd-10.1-release/bin/ls/
H A Dextern.h61 extern char *ansi_bgcol;
H A Dls.c144 char *ansi_bgcol; /* ANSI sequence to set background colour */ variable
370 ansi_bgcol = tgetstr("AB", &bp);
380 if (ansi_fgcol && ansi_bgcol && ansi_coloff)
H A Dprint.c460 ansiseq = tgoto(ansi_bgcol, 0, colors[c].num[1]);

Completed in 98 milliseconds