Searched refs:funarg (Results 1 – 3 of 3) sorted by relevance
36 NODE *funarg(NODE *, int *);217 funarg(NODE *p, int *n) in funarg() function223 p->n_left = funarg(p->n_left, n); in funarg()224 p->n_right = funarg(p->n_right, n); in funarg()257 p->n_right = funarg(p->n_right, &n); in funcode()
149 void *funarg; in sithread() local164 funarg = si->si_arg; in sithread()180 func(funarg); in sithread()
11609 …keywords = "computer programming; control; coroutines; dendrarchy; dynamic; funarg problem; la…