Searched refs:comptr (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/edit/
H A Dcompletion.c209 struct comnod *comptr; local
232 comptr = (struct comnod*)stakalloc(sizeof(struct comnod));
253 comptr->comtyp = COMSCAN;
254 comptr->comarg = ap;
322 com = sh_argbuild(ep->sh,&narg,comptr,0);
/ast/src/cmd/ie/
H A Dedit.c710 struct comnod *comptr = (struct comnod*)stakalloc(sizeof(struct comnod)); local
733 comptr->comtyp = COMSCAN;
734 comptr->comarg = ap;
807 com = arg_build(&narg,comptr);
/ast/src/cmd/ksh93/sh/
H A Dargs.c699 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag) argument
705 register const struct comnod *ac = comptr;

Completed in 17 milliseconds