Lines Matching refs:nocomment
82 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.*\U$dir\E_R_/m) {
191 unless ($dir eq "isc" && /$nocomment.*isc_result_t/m) {
212 } elsif (! /^$nocomment(?!#define)[a-z].*([a-zA-Z0-9]\()/m) {
219 if (! /$nocomment.*ISC_EVENTCLASS_/m) {
226 if (! /$nocomment.*ISC_RESULTCLASS_/m) {
234 if (! /^$nocomment.*$dir\_\S+\_t\s/m) {
249 next if /^$nocomment.*ISC_(TRUE|FALSE|TF)\W/m;
253 if (! /^$nocomment.*ISC_PLATFORM_/m) {
260 if (! /^$nocomment.*ISC_MAGIC_VALID/m) {