Home
last modified time | relevance | path

Searched refs:ktwalk (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dmain.c1796 ktwalk(struct tstate *ts, struct table *tp) in ktwalk() function
Dexec.c1241 for (ktwalk(&ts, &taliases); (tp = ktnext(&ts)) != NULL; ) in flushcom()
Dsh.h1919 void ktwalk(struct tstate *, struct table *);
Dfuncs.c1237 for (ktwalk(&ts, t); (ap = ktnext(&ts)); ) { in c_unalias()
Dedit.c750 ktwalk(&ts, tp); in glob_table()