Lines Matching refs:ap
221 char **ap; in execinterp() local
229 ap = newargs; in execinterp()
237 if (ap == &newargs[NEWARGS]) in execinterp()
245 *ap++ = grabstackstr(outp); in execinterp()
247 if (ap == newargs + 1) { /* if no args, maybe no exec is needed */ in execinterp()
262 i = (char *)ap - (char *)newargs; /* size in bytes */ in execinterp()
267 ap = newargs, ap2 = new; in execinterp()
269 *ap2++ = *ap++; in execinterp()
270 ap = argv; in execinterp()
271 while (*ap2++ = *ap++); in execinterp()
953 struct alias *ap; in typecmd() local
989 if ((ap = lookupalias(arg, 1)) != NULL) { in typecmd()
992 out1fmt("%s\n", ap->val); in typecmd()