Searched refs:funcnode (Results 1 – 5 of 5) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | nodes.h | 173 struct funcnode { struct 179 struct funcnode *copyfunc(union node *); argument 180 void freefunc(struct funcnode *);
|
| A D | exec.h | 49 struct funcnode *func;
|
| A D | nodes.c.pat | 81 struct funcnode * 84 struct funcnode *f; 87 funcblocksize = offsetof(struct funcnode, n); 92 funcblock = (char *) f + offsetof(struct funcnode, n); 232 freefunc(struct funcnode *f)
|
| A D | nodes.c | 112 struct funcnode * 115 struct funcnode *f; in copyfunc() 118 funcblocksize = offsetof(struct funcnode, n); in copyfunc() 123 funcblock = (char *) f + offsetof(struct funcnode, n); in copyfunc() 590 freefunc(struct funcnode *f) in freefunc()
|
| A D | eval.c | 93 STATIC int evalfun(struct funcnode *, int, char **, int); 961 evalfun(struct funcnode *func, int argc, char **argv, int flags) in evalfun()
|
Completed in 7 milliseconds