Home
last modified time | relevance | path

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

/NextBSD/bin/ls/
HDextern.h66 extern char *attrs_off;
HDls.c148 char *attrs_off; /* ANSI sequence to turn off attributes */ variable
383 attrs_off = tgetstr("me", &bp); in main()
HDprint.c636 tputs(attrs_off, 1, sig ? writech : putch); in endcolor()