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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exp.c632 int altout = 0; local
661 altout = 1;
901 if (altout && *string != '0')
907 if (altout && (pw = xgetpwuid(st->st_uid))) {
915 if (altout && (gr = xgetgrgid(st->st_gid))) {
929 if (altout) {

Completed in 92 milliseconds