Home
last modified time | relevance | path

Searched refs:ansi_fgcol (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/ls/
H A Dextern.h63 extern char *ansi_fgcol;
H A Dls.c159 char *ansi_fgcol; /* ANSI sequence to set foreground colour */ variable
509 ansi_fgcol = tgetstr("AF", &bp); in main()
521 if (ansi_fgcol && ansi_bgcol && ansi_coloff) in main()