Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dtable.c166 ktnext(struct tstate *ts) in ktnext() function
222 while ((te = ktnext(&ts))) { in tprintinfo()
H A Dtable.h192 struct tbl * ktnext(struct tstate *);
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()