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

/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h172 typedef struct _Running *Running, Running_rec; typedef in typeref:struct:_Running
255 extern Running running_list;
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c88 static short State, Queued, Running, Complete, Interrupted; variable
408 else if (Uopt | Sysopt | Queued | Running | Interrupted)
486 if (Complete && !Queued && !Running && !Interrupted)
658 Queued |Running |Interrupted
682 if (Queued && Running && Interrupted)
684 else if ((Queued && !Running && !Interrupted) && (inputint == 1))
686 else if ((Running && !Queued && !Interrupted) && (inputint == 2)) return(TRUE);
687 else if ((Interrupted && !Queued && !Running) && (inputint == 3)) return(TRUE);
688 else if ((Queued && Running && !Interrupted) &&
691 else if ((!Queued && Running
[all...]

Completed in 76 milliseconds