Home
last modified time | relevance | path

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

/scripts/lib/kdoc/
A Dkdoc_output.py42 type_struct = KernRe(r"\&(struct\s*([_\w]+))", cache=False) variable
248 (type_struct, r":c:type:`\1 <\2>`"),
551 (type_struct, r"\\fI\1\\fP"),
/scripts/
A Dkernel-doc.pl73 my $type_struct = '\&(struct\s*([_\w]+))';
89 [$type_struct, "\\\\fI\$1\\\\fP"],
111 [$type_struct, "\\:c\\:type\\:`\$1 <\$2>`"],

Completed in 5 milliseconds