Home | History | Annotate | Download | only in src

Lines Matching refs:cargs

454 			union mksh_ccphack cargs;
456 cargs.ro = t->args;
457 execve(t->str, cargs.rw, up);