Lines Matching defs:kp
57 void reexecute(struct command *kp);
331 doif(tchar **v, struct command *kp)
365 lshift(kp->t_dcom, vv - kp->t_dcom);
366 reexecute(kp);
376 reexecute(struct command *kp)
382 kp->t_dflg &= FSAVE;
383 kp->t_dflg |= FREDO;
390 execute(kp, tpgrp > 0 ? tpgrp : -1);
658 dorepeat(tchar **v, struct command *kp)
674 reexecute(kp);