Searched refs:funcnode (Results 1 – 1 of 1) sorted by relevance
1019 struct funcnode { struct1028 freefunc(struct funcnode *f) in freefunc() argument8184 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()