Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dautomarkup.py33 RE_function = re.compile(r'\b(([a-zA-Z_]\w+)\(\))', flags=ascii_p3) variable
81 RE_function: markup_c_ref,
85 RE_function: markup_func_ref_sphinx3,
160 RE_function: 'c-func',
169 RE_function: 'function',
185 if not ((match.re == RE_function and target in Skipfuncs)