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

/illumos-gate/usr/src/cmd/rm/
H A Drm.c78 static boolean_t silent, interactive, recursive, ontty; variable
140 ontty = isatty(STDIN_FILENO) != 0;
384 if (ontty && !interactive && !silent &&
517 if (ontty && !S_ISLNK(temp.st_mode) &&

Completed in 56 milliseconds