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

/illumos-gate/usr/src/cmd/bnu/
H A Duusched.c43 short Uopt; variable
65 Uopt = 0;
85 Uopt = atoi(optarg);
86 if (Uopt <= 0) {
90 Uopt = 1;
261 if (Uopt)
262 (void) sprintf(uopt, "-x%.1d", Uopt);
265 if (Uopt)
H A Duustat.c109 short Uopt; /* == 1 if -u option specified */ variable
152 Psopt=Machines=Summary=Queue=Kill=Rejuvenate=Uopt=Sysopt=Jobcount=0;
229 Uopt = 1;
269 if ((Calctime + Psopt + Machines + Queue + Kill + Rejuvenate + (Uopt|Sysopt |State)) >1) {
280 if ( !(Calctime | Kill | Rejuvenate | Uopt | Sysopt | Queue| Machines | State) ) {
282 Uopt = 1;
408 else if (Uopt | Sysopt | Queued | Running | Interrupted)
1193 if (State && !Uopt)

Completed in 47 milliseconds