Lines Matching +defs:t +defs:v
90 # define widthof(t) (sizeof(t) * BITS_PER_BYTE) argument
91 # define tbit(f, i, t) (((t *) xhash)[(f)] & \ argument
93 # define tbis(f, i, t) (((t *) xhash)[(f)] |= \ argument
146 doexec(struct command *t, int do_glob) in doexec()
149 struct varent *v; in doexec() local
356 char **t; in texec() local
358 struct varent *v; in texec() local
561 execash(Char **t, struct command *kp) in execash()
618 xechoit(Char **t) in xechoit()
642 struct varent *v = adrof(STRpath); in dohash() local
765 dounhash(Char **v, struct command *c) in dounhash()
778 hashstat(Char **v, struct command *c) in hashstat()
815 struct varent *v; in iscommand() local
1008 struct varent *v; in tellmewhat() local
1066 dowhere(Char **v, struct command *c) in dowhere()