Home
last modified time | relevance | path

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

/dports/devel/libslang2/slang-2.3.2/src/
H A Dslang.c3739 int next_fn_args; in lang_do_loops() local
3755 next_fn_args = Next_Function_Num_Args; in lang_do_loops()
3757 if ((-1 == roll_stack (-(next_fn_args + 1))) in lang_do_loops()
3767 SLdo_pop_n (next_fn_args + 1); in lang_do_loops()
3771 if (NULL == (foreach_context = (*cl->cl_foreach_open) ((SLtype)type, next_fn_args))) in lang_do_loops()