Searched refs:STATUS (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/at/ |
H A D | at.c | 149 #define STATUS (1<<10) macro 223 op |= STATUS; 279 switch (op & (ACCESS|INFO|LIST|LOG|QUIT|REMOVE|STATUS|TRACE|UPDATE|USER|VERSION)) 300 case STATUS:
|
/ast/src/cmd/INIT/ |
H A D | regress.sh | 489 STATUS=$? 497 STATUS=$? 505 STATUS=$? 526 do $i $TEST DONE $STATUS 1044 STATUS=$? 1050 return $STATUS 1082 then if [[ $STATUS == 0 && ! -s $TWD/ERROR || $DIAGNOSTICS != 1 && $(<$i) != $DIAGNOSTICS ]] 1127 if [[ ! $failed && $STATUS != $EXIT ]] 1128 then failed="exit code $EXIT expected -- got $STATUS"
|
H A D | package.sh | 5010 echo "NAME${nl}VERSION${nl}RELEASE${nl}TYPE${nl}STATUS${nl}REQUIRES${nl}----${nl}-------${nl}-------${nl}----${nl}------${nl}--------" | pr -6 -a -o4 -t
|
/ast/src/cmd/nmake/ |
H A D | command.c | 45 #define STATUS (~PUSHED) /* status mask */ macro 1676 sfprintf(sfstderr, "%8s %s :", statusname[job->status & STATUS], job->target->name); 1689 sfprintf(sfstderr, "%8s %s\n", statusname[job->status & STATUS], job->target->name); 1692 sfprintf(sfstderr, "JOB STATUS TARGET tot=%d pend=%d done=%d\n", state.coshell->total, copending(state.coshell), cozombie(state.coshell)); 1701 , job->status == RUNNING && !job->cojob ? "DONE" : statusname[job->status & STATUS]
|
Completed in 29 milliseconds