Home
last modified time | relevance | path

Searched refs:function_name_regexp (Results 1 – 3 of 3) sorted by relevance

/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/
H A Dsp_disabled_functions.c517 const sp_pcre* function_name_regexp = in hook_functions_regexp() local
520 assert(function_name || function_name_regexp); in hook_functions_regexp()
526 HOOK_FUNCTION_BY_REGEXP(function_name_regexp, disabled_functions_hook, in hook_functions_regexp()
/dports/devel/ipython5/ipython-5.10.0/IPython/core/
H A Dprefilter.py497 function_name_regexp = CRegExp(re_fun_name, variable in AutocallChecker
515 and self.function_name_regexp.match(line_info.ifun):
/dports/devel/ipython/ipython-7.29.0/IPython/core/
H A Dprefilter.py497 function_name_regexp = CRegExp(re_fun_name, variable in AutocallChecker
521 and self.function_name_regexp.match(line_info.ifun):