Lines Matching refs:FUNCTION
35 * required type of "FUNCTION*"). This removes the necessity for
38 static LHASH_OF(FUNCTION) *prog_init(void);
39 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
46 static void warn_deprecated(const FUNCTION *fp)
238 FUNCTION f, *fp;
239 LHASH_OF(FUNCTION) *prog = NULL;
332 FUNCTION *fp;
395 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
397 FUNCTION f, *fp;
439 static int function_cmp(const FUNCTION * a, const FUNCTION * b)
444 static unsigned long function_hash(const FUNCTION * a)
451 const FUNCTION *f1 = _f1;
452 const FUNCTION *f2 = _f2;
459 static LHASH_OF(FUNCTION) *prog_init(void)
461 static LHASH_OF(FUNCTION) *ret = NULL;
463 FUNCTION *f;