Home | History | Annotate | Download | only in scripts

Lines Matching refs:gos

1748 	$members =~ s/\/\*\s*private:.*?\/\*\s*public:.*?\*\///gos;
1749 $members =~ s/\/\*\s*private:.*//gos;
1751 $members =~ s/\/\*.*?\*\///gos;
1752 $nested =~ s/\/\*.*?\*\///gos;
1754 $members =~ s/kmemcheck_bitfield_.*?;//gos;
1756 $members =~ s/__aligned\s*\(.+\)//gos;
1784 $x =~ s@/\*.*?\*/@@gos; # strip comments.
1823 $x =~ s@/\*.*?\*/@@gos; # strip comments.
2215 $prototype =~ s@[\r\n\t]+@ @gos; # strip newlines/CR's/tabs
2250 $x =~ s@\/\/.*$@@gos; # strip C99-style comments to end of line
2260 $prototype =~ s@/\*.*?\*/@@gos; # strip comments.
2261 $prototype =~ s@[\r\n]+@ @gos; # strip newlines/cr's.
2262 $prototype =~ s@^\s+@@gos; # strip leading spaces
2280 $x =~ s@[\r\n]+@ @gos; # strip newlines/cr's.
2281 $x =~ s@^\s+@@gos; # strip leading spaces
2282 $x =~ s@\s+$@@gos; # strip trailing spaces
2283 $x =~ s@\/\/.*$@@gos; # strip C99-style comments to end of line