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

/freebsd-10.1-release/bin/ls/
H A Dextern.h60 extern char *ansi_fgcol;
H A Dls.c145 char *ansi_fgcol; /* ANSI sequence to set foreground colour */ variable
369 ansi_fgcol = tgetstr("AF", &bp);
380 if (ansi_fgcol && ansi_bgcol && ansi_coloff)
H A Dprint.c455 ansiseq = tgoto(ansi_fgcol, 0, colors[c].num[0]);

Completed in 93 milliseconds