OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ktwalk
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
exec.c
1157
for (
ktwalk
(&ts, &taliases); (tp = ktnext(&ts)) != NULL; )
[
all
...]
main.c
1607
ktwalk
(struct tstate *ts, struct table *tp)
function
[
all
...]
sh.h
[
all
...]
funcs.c
1170
for (
ktwalk
(&ts, t); (ap = ktnext(&ts)); ) {
[
all
...]
Completed in 1227 milliseconds