Searched refs:funcp (Results 1 – 1 of 1) sorted by relevance
7372 struct function *funcp; in re_execute_shell() local7421 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()7444 *pp++ = funcp->name; in re_execute_shell()7445 *pp++ = funcp->body_as_string; in re_execute_shell()8233 struct function *funcp; in find_function_slot() local8236 while ((funcp = *funcpp) != NULL) { in find_function_slot()8237 if (strcmp(name, funcp->name) == 0) { in find_function_slot()8241 funcpp = &funcp->next; in find_function_slot()8248 const struct function *funcp = *find_function_slot(name); in find_function() local[all …]