Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c974 struct function *top_func; member
7421 for (funcp = G.top_func; funcp; funcp = funcp->next) in re_execute_shell()
7442 for (funcp = G.top_func; funcp; funcp = funcp->next) { in re_execute_shell()
8234 struct function **funcpp = &G.top_func; in find_function_slot()