Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1019 struct funcnode { struct
1028 freefunc(struct funcnode *f) in freefunc() argument
8184 struct funcnode *func;
9162 static struct funcnode *
9165 struct funcnode *f; in copyfunc()
9169 blocksize = offsetof(struct funcnode, n) + calcsize(0, n); in copyfunc()
9171 funcblock = (char *) f + offsetof(struct funcnode, n); in copyfunc()
9875 evalfun(struct funcnode *func, int argc, char **argv, int flags) in evalfun()