Lines Matching full:allow
3087 # Allow just an angle bracketed address
4542 # TEST: allow direct testing of the type matcher.
4553 # TEST: allow direct testing of the attribute matcher.
5561 # check that goto labels aren't indented (allow a single space indentation)
6150 my $allow = 0;
6161 $allowed[$allow] = 0;
6174 #print "cond<$cond> block<$block> allowed<$allowed[$allow]>\n";
6177 $allowed[$allow] = 1;
6181 $allowed[$allow] = 1;
6185 $allowed[$allow] = 1;
6187 $allow++;
6197 } elsif ($sum_allowed != $allow &&
6198 $seen != $allow) {