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

/ast/src/cmd/at/
H A Dat.c143 #define JOB (1<<4) macro
318 op |= JOB;
394 if (op & JOB)
443 if (op & JOB)
/ast/src/cmd/jcl/
H A DJCL.mk32 .JOB : .USE .VIRTUAL
/ast/src/cmd/coshell/
H A Dschedule.c73 * op is a combination of {DEF,GET,JOB,NEW,SET}
110 if (!(op & JOB))
180 if (streq(CS_HOST_LOCAL, a->name) || (op & (DEF|JOB)) == (DEF|JOB))
192 if (op & JOB)
381 switch (op & (DEF|JOB|NEW|SET))
386 case DEF|JOB:
387 case JOB:
H A Dshell.c243 else if (!(sp = search((flags & CO_LOCAL) ? DEF|JOB : JOB, att, &attr, &con[fd].info.user.attr)))
H A Dservice.h141 #define JOB (1<<3) /* schedule job */ macro
H A Dcommand.c592 sfprintf(state.string, "JOB USR RID PID TIME HOST LABEL\n");
/ast/src/cmd/INIT/
H A Dregress.sh140 [+JOB \b\aop\a [ ... ]]?Like \bEXEC\b except the command is run
641 function JOB # arg ... function
1450 alias JOB='LINE=$LINENO; JOB'

Completed in 531 milliseconds