Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py1796 def is_comment(self): member in Item