Home
last modified time | relevance | path

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

/linux/Documentation/sphinx/
H A Dautomarkup.py29 RE_function = re.compile(r'\b(([a-zA-Z_]\w+)\(\))', flags=ascii_p3) variable
87 RE_function: markup_c_ref,
91 RE_function: markup_func_ref_sphinx3,
183 RE_function: 'c-func',
192 RE_function: 'function',
216 if not (match.re == RE_function and target in Skipfuncs):