Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/parse_py/
H A DBBHandler.py24 __export_func_regexp__ = re.compile(r"EXPORT_FUNCTIONS\s+(.+)" ) variable
92 …global __func_start_regexp__, __inherit_regexp__, __export_func_regexp__, __addtask_regexp__, __ad…
144 …global __func_start_regexp__, __inherit_regexp__, __export_func_regexp__, __addtask_regexp__, __ad…
213 m = __export_func_regexp__.match(s)