Searched refs:JCL_LISTOUTPUTS (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libjcl/
H A Djcl.h45 #define JCL_LISTOUTPUTS 0x00000080 macro
H A Duniq.c312 m = flags & (JCL_LISTINPUTS|JCL_LISTOUTPUTS);
H A Drun.c282 if (jcl->flags & (JCL_LISTEXEC|JCL_LISTINPUTS|JCL_LISTOUTPUTS|JCL_LISTPROGRAMS|JCL_LISTSCRIPTS))
286 else if (jcl->flags & (JCL_LISTINPUTS|JCL_LISTOUTPUTS))
290 flags = dd->disp[0] == JCL_DISP_NEW ? JCL_LISTOUTPUTS : JCL_LISTINPUTS;
/ast/src/cmd/jcl/
H A Djcl.c193 jcl->flags |= JCL_LISTOUTPUTS;

Completed in 14 milliseconds