Lines Matching defs:args
92 t->args[0] == NULL &&
123 up = eval(t->args, t->u.evalflags | DOBLANK | DOGLOB | DOTILDE);
306 te.pos.wp = t->args;
436 cargs.ro = t->args;
589 /* ensure command with no args exits with 0 */
840 texec.args = ap;
845 texec.args[0] = exec_argv0;
876 union mksh_ccphack args, cap;
884 *tp->args-- = tp->str;
945 *tp->args-- = (char *)cp;
971 args.ro = tp->args;
972 *args.ro = sh;
975 execve(args.rw[0], args.rw, cap.rw);
1604 * print the args in column form - assuming that we can
1638 const char * const *args;
1650 smi->num_width, i + 1, smi->args[i]);
1691 smi.args = ap;