Searched refs:parenthesis (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dkernel-doc1765 # declaration_name and opening parenthesis (notice the \s+).
2054 my $parenthesis = qr{\(\w*\)};
2056 if (/^$decl_start([\w\s]+?)$parenthesis?\s*$decl_end?$/) {
2066 elsif (/^$decl_start$fn_type?(\w+)\s*$parenthesis?\s*$decl_end?$/ ||
2067 /^$decl_start$fn_type?(\w+.*)$parenthesis?\s*$decl_end$/) {

Completed in 221 milliseconds