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

/freebsd-10.1-release/bin/ls/
H A Dprint.c449 char *ansiseq; local
455 ansiseq = tgoto(ansi_fgcol, 0, colors[c].num[0]);
456 if (ansiseq)
457 tputs(ansiseq, 1, putch);
460 ansiseq = tgoto(ansi_bgcol, 0, colors[c].num[1]);
461 if (ansiseq)
462 tputs(ansiseq, 1, putch);

Completed in 94 milliseconds