Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/sphinx/
H A Dautomarkup.py33 RE_function = re.compile(r'\b(([a-zA-Z_]\w+)\(\))', flags=ascii_p3) variable
85 RE_function: markup_c_ref,
89 RE_function: markup_func_ref_sphinx3,
180 RE_function: 'c-func',
189 RE_function: 'function',
213 if not (match.re == RE_function and target in Skipfuncs):