Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dnodes.h173 struct funcnode { struct
179 struct funcnode *copyfunc(union node *); argument
180 void freefunc(struct funcnode *);
A Dexec.h49 struct funcnode *func;
A Dnodes.c.pat81 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 Dnodes.c112 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 Deval.c93 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