Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Duusched.c40 short Uopt; variable
62 Uopt = 0;
82 Uopt = atoi(optarg);
83 if (Uopt <= 0) {
87 Uopt = 1;
258 if (Uopt)
259 (void) sprintf(uopt, "-x%.1d", Uopt);
262 if (Uopt)
H A Duustat.c109 short Uopt; /* == 1 if -u option specified */ variable
150 Psopt=Machines=Summary=Queue=Kill=Rejuvenate=Uopt=Sysopt=Jobcount=0; in main()
227 Uopt = 1; in main()
267 if ((Calctime + Psopt + Machines + Queue + Kill + Rejuvenate + (Uopt|Sysopt |State)) >1) { in main()
278 if ( !(Calctime | Kill | Rejuvenate | Uopt | Sysopt | Queue| Machines | State) ) { in main()
280 Uopt = 1; in main()
406 else if (Uopt | Sysopt | Queued | Running | Interrupted) in main()
1191 if (State && !Uopt) in complete()