Home | History | Annotate | Download | only in apps

Lines Matching refs:FUNCTION

138  * base prototypes (we cast each variable inside the function to the required
139 * type of "FUNCTION*"). This removes the necessity for macro-generated wrapper
142 static LHASH_OF(FUNCTION) *prog_init(void );
143 static int do_cmd(LHASH_OF(FUNCTION) *prog,int argc,char *argv[]);
230 FUNCTION f,*fp;
237 LHASH_OF(FUNCTION) *prog=NULL;
466 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
468 FUNCTION f,*fp;
620 const FUNCTION *f1=_f1;
621 const FUNCTION *f2=_f2;
701 static int MS_CALLBACK function_cmp(const FUNCTION *a, const FUNCTION *b)
705 static IMPLEMENT_LHASH_COMP_FN(function, FUNCTION)
707 static unsigned long MS_CALLBACK function_hash(const FUNCTION *a)
711 static IMPLEMENT_LHASH_HASH_FN(function, FUNCTION)
713 static LHASH_OF(FUNCTION) *prog_init(void)
715 LHASH_OF(FUNCTION) *ret;
716 FUNCTION *f;