Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dtable.c159 ktwalk(struct tstate *ts, struct table *tp) in ktwalk() function
221 ktwalk(&ts, tp); in tprintinfo()
H A Dtable.h191 void ktwalk(struct tstate *, struct table *);
H A Dedit.c867 for (ktwalk(&ts, tp); (te = ktnext(&ts)); ) { in glob_table()
H A Dc_ksh.c1027 for (ktwalk(&ts, t); (ap = ktnext(&ts)); ) { in c_unalias()
H A Dexec.c943 for (ktwalk(&ts, &taliases); (tp = ktnext(&ts)) != NULL; ) in flushcom()