Home
last modified time | relevance | path

Searched refs:func_search (Results 1 – 7 of 7) sorted by relevance

/dports/databases/sqsh/sqsh-2.5/src/
H A Dsqsh_func.c95 func_t *f, func_search; local
103 func_search.func_name = func_name;
104 f = (func_t*)avl_find( fs->fs_funcs, (void*)&func_search );
/dports/misc/gwhich/which-2.21/
H A Dwhich.c262 int func_search(int indent, const char *cmd, struct function_st *func_list, int function_start_type) in func_search() function
391 found = func_search(1, cmd, functions, function_start_type); in process_alias()
665 found_something = func_search(0, *argv, functions, function_start_type); in main()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/lowlevel/Classes/Controller/
H A DDatabaseIntegrityController.php132 $this->func_search();
333 protected function func_search() function in TYPO3\\CMS\\Lowlevel\\Controller\\DatabaseIntegrityController
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/lowlevel/Classes/Controller/
H A DDatabaseIntegrityController.php116 $this->func_search();
324 protected function func_search() function in TYPO3\\CMS\\Lowlevel\\Controller\\DatabaseIntegrityController
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/lowlevel/Classes/Controller/
H A DDatabaseIntegrityController.php129 $this->func_search();
351 protected function func_search() function in TYPO3\\CMS\\Lowlevel\\Controller\\DatabaseIntegrityController
/dports/editors/calligra/calligra-3.2.1/sheets/functions/
H A Dtext.cpp68 Value func_search(valVector args, ValueCalc *calc, FuncExtra *);
177 f = new Function("SEARCH", func_search); in TextModule()
615 Value func_search(valVector args, ValueCalc *calc, FuncExtra *) in func_search() function
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_filter.c56 static int func_search(struct filter_op *fop, struct packet_object *po);
199 if (func_search(fop, po) == E_SUCCESS) in execute_func()
511 static int func_search(struct filter_op *fop, struct packet_object *po) in func_search() function