Home
last modified time | relevance | path

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

/freebsd/bin/ls/
H A Dextern.h63 extern char *ansi_fgcol;
H A Dls.c146 char *ansi_fgcol; /* ANSI sequence to set foreground colour */ variable
487 ansi_fgcol = tgetstr("AF", &bp); in main()
499 if (ansi_fgcol && ansi_bgcol && ansi_coloff) in main()
H A Dprint.c551 ansiseq = tgoto(ansi_fgcol, 0, colors[c].num[0]); in printcolor_termcap()