Searched defs:smart (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/projects/
H A Dprojects.c140 int smart = isatty(STDOUT_FILENO); local
158 if (smart) {
177 if (smart &&
/illumos-gate/usr/src/cmd/col/
H A Dcol.c57 char esc_chars, underline, temp_off, smart; variable
126 smart = temp_off = underline = esc_chars = '\0';
211 smart = 1;
213 smart = '\0';
391 if (smart && (widthl == 1) && (widthc == 1)) {

Completed in 44 milliseconds