Lines Matching refs:FUNCTION
50 static LHASH_OF(FUNCTION) *prog_init(void);
51 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
64 FUNCTION *f; in calculate_columns()
121 FUNCTION f, *fp; in main()
122 LHASH_OF(FUNCTION) *prog = NULL; in main()
306 const FUNCTION *fp; in list_missing_help()
325 const FUNCTION *fp; in list_options_for_command()
460 FUNCTION *fp; in help_main()
525 FUNCTION *fp; in list_type()
548 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]) in do_cmd()
550 FUNCTION f, *fp; in do_cmd()
638 static int function_cmp(const FUNCTION * a, const FUNCTION * b) in function_cmp()
643 static unsigned long function_hash(const FUNCTION * a) in function_hash()
650 const FUNCTION *f1 = _f1; in SortFnByName()
651 const FUNCTION *f2 = _f2; in SortFnByName()
807 static LHASH_OF(FUNCTION) *prog_init(void) in LHASH_OF() argument
809 static LHASH_OF(FUNCTION) *ret = NULL; in LHASH_OF()
811 FUNCTION *f; in LHASH_OF()