Home
last modified time | relevance | path

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

/linux-6.15/Documentation/sphinx/
H A Dautomarkup.py23 RE_function = re.compile(r'\b(([a-zA-Z_]\w+)\(\))', flags=re.ASCII) variable
86 RE_function: markup_func_ref_sphinx3,
173 RE_function: 'c-func',
182 RE_function: 'function',
206 if not (match.re == RE_function and target in Skipfuncs):