Home
last modified time | relevance | path

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

/openbmc/u-boot/Documentation/sphinx/
H A Dparse-headers.pl38 my $is_comment = 0;
44 if (!$is_comment) {
47 $is_comment = 1 if ($ln =~ s,/\*.*,,);
50 $is_comment = 0;
/openbmc/linux/Documentation/sphinx/
H A Dparse-headers.pl38 my $is_comment = 0;
44 if (!$is_comment) {
47 $is_comment = 1 if ($ln =~ s,/\*.*,,);
50 $is_comment = 0;
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1826 def is_comment(self): member in Item