Lines Matching refs:FUNCTION
40 static LHASH_OF(FUNCTION) *prog_init(void);
41 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
48 static void warn_deprecated(const FUNCTION *fp) in warn_deprecated()
239 FUNCTION f, *fp; in main()
240 LHASH_OF(FUNCTION) *prog = NULL; in main()
342 FUNCTION *fp; in help_main()
405 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]) in do_cmd()
407 FUNCTION f, *fp; in do_cmd()
449 static int function_cmp(const FUNCTION *a, const FUNCTION *b) in function_cmp()
454 static unsigned long function_hash(const FUNCTION *a) in function_hash()
461 const FUNCTION *f1 = _f1; in SortFnByName()
462 const FUNCTION *f2 = _f2; in SortFnByName()
469 static LHASH_OF(FUNCTION) *prog_init(void) in LHASH_OF() argument
471 static LHASH_OF(FUNCTION) *ret = NULL; in LHASH_OF()
473 FUNCTION *f; in LHASH_OF()