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

/bind-9.11.3/util/
H A Dcheck-includes.pl82 my $nocomment = '^(?!\s+/?\*)';
92 if (/$nocomment.*ISC_EVENTCLASS_/m && ! m%^#include <isc/eventclass\.h>%m) {
97 if (/$nocomment.*ISC_RESULTCLASS_/m &&
103 if (/$nocomment.*ISC_(TRUE|FALSE|TF)\W/m &&
109 if (/$nocomment.*ISC_PLATFORM_/m &&
117 if /$nocomment.*ISC_MAGIC_VALID/m && ! m%^#include <isc/magic.h>%m;
119 print "$file could use ISC_MAGIC_VALID\n" if /^$nocomment.*->magic ==/m;
122 if (/$nocomment.*(ISC|DNS|DST)_R_/m &&
128 if (/^$nocomment(?!#define)[a-z].*([a-zA-Z0-9]\([^;]*\);)/m &&
190 if (! /$nocomment
[all...]

Completed in 7 milliseconds