HomeSort by: relevance | last modified time | path
    Searched refs:in_comment (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/contrib/
words.sh 94 in_comment=0
102 in_comment=1
108 in_comment=0
114 if (in_comment) {
  /src/external/gpl3/gdb/dist/gdb/contrib/
words.sh 94 in_comment=0
102 in_comment=1
108 in_comment=0
114 if (in_comment) {
  /src/external/public-domain/tz/dist/
ziguard.awk 93 in_comment = $0 ~ /^#/
100 if (($(in_comment + 2) != "-") == (DATAFORM != "rearguard")) {
101 uncomment = in_comment
103 comment_out = !in_comment
112 && (!$(in_comment + 4) || 1968 < $(in_comment + 4)))
115 || (Zone_Dublin_post_1968 && $(in_comment + 3) == "IST/GMT")) \
117 uncomment = in_comment
119 comment_out = !in_comment
128 && ($(in_comment + 2) == "Namibia"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
styling.py 48 in_comment = False
51 in_comment = True
52 if in_comment:
54 in_comment = False
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
styling.py 52 in_comment = False
55 in_comment = True
56 if in_comment:
58 in_comment = False
  /src/crypto/external/bsd/openssl/dist/util/
check-format.pl 137 my $in_comment; # number of lines so far within multi-line comment, 0 if no comment, < 0 when end is on current line
138 my $leading_comment; # multi-line comment has no code before its beginning delimiter, if $in_comment != 0
139 my $formatted_comment; # multi-line comment beginning with "/*-", which indicates/allows special formatting, if $in_comment != 0
140 my $comment_indent; # comment indent, if $in_comment != 0
200 $in_comment = 0;
371 if ($in_comment != 0 && $in_comment != 1) { # in multi-line comment but not on its first line
373 if ($in_comment > 0) { # not at its end
377 my $tweak = $in_comment == -2 ? 1 : 0;
383 if ($in_comment < 0 && !$leading_comment)
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/generic/
scanner.h 48 uint64_t in_comment,
58 end = (newlines & in_comment) | (quotes & in_quoted);
62 starts &= ~((in_comment | in_quoted) ^ (-end - end));
137 uint64_t in_comment; member in struct:block
159 block->in_comment = parser->file->state.in_comment;
161 if (block->in_comment || block->semicolon) {
167 block->in_comment,
173 block->in_comment ^= prefix_xor(block->comment);
174 parser->file->state.in_comment = (uint64_t)((int64_t)block->in_comment >> 63)
    [all...]
  /src/external/gpl3/autoconf/dist/bin/
autoscan.in 245 my $in_comment = 0;
252 if ($in_comment && s,^.*?\*/,,)
254 $in_comment = 0;
257 next if $in_comment;
264 $in_comment = 1;
  /src/external/bsd/nsd/dist/simdzone/src/fallback/
scanner.h 24 parser->file->state.in_comment = 0;
30 parser->file->state.in_comment = 1;
100 else if (parser->file->state.in_comment)
  /src/external/gpl3/gcc/dist/gcc/
gengtype-lex.l 63 %x in_struct in_struct_comment in_comment
178 "/*" { BEGIN(in_comment); }
187 <in_comment,in_struct_comment>{
194 <in_comment>"*/" { BEGIN(INITIAL); }
198 <in_struct_comment,in_comment>"*" {
gengtype-lex.cc 1252 #define in_comment 3 macro
1866 { BEGIN(in_comment); } variable
1967 case YY_STATE_EOF(in_comment):
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-lex.l 63 %x in_struct in_struct_comment in_comment
175 "/*" { BEGIN(in_comment); }
184 <in_comment,in_struct_comment>{
191 <in_comment>"*/" { BEGIN(INITIAL); }
195 <in_struct_comment,in_comment>"*" {
gengtype-lex.cc 1249 #define in_comment 3 macro
1855 { BEGIN(in_comment); } variable
1956 case YY_STATE_EOF(in_comment):
  /src/external/bsd/nsd/dist/simdzone/include/
zone.h 360 uint64_t in_comment; member in struct:zone_file::__anon7309
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
ParseC.pm 793 in_comment => "", # empty string when outside a comment, otherwise
796 # NOTE: in_string and in_comment will never be
864 unless ($state{in_comment}) {
1008 elsif ($state{in_comment}) {
1012 if ($state{in_comment} eq "//");
1019 $state{in_comment} = "";
1111 $state{in_comment} = $&;
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
ParseC.pm 787 in_comment => "", # empty string when outside a comment, otherwise
790 # NOTE: in_string and in_comment will never be
858 unless ($state{in_comment}) {
1002 elsif ($state{in_comment}) {
1006 if ($state{in_comment} eq "//");
1013 $state{in_comment} = "";
1105 $state{in_comment} = $&;
  /src/external/bsd/ipf/dist/lib/
printnat.c 351 np->in_tqehead[0], np->in_tqehead[1], np->in_comment);
  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 247 char *in_comment; member in struct:ipnat
ip_fil_compat.c 570 char *in_comment; member in struct:ipnat_4_1_14
607 char *in_comment; member in struct:ipnat_4_1_0
4173 old->in_comment = np->in_comment;
4252 old->in_comment = np->in_comment;
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 570 char *in_comment; member in struct:ipnat_4_1_14
607 char *in_comment; member in struct:ipnat_4_1_0
4273 old->in_comment = np->in_comment;
4354 old->in_comment = np->in_comment;
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 1114 _cpp_process_line_notes (cpp_reader *pfile, int in_comment)
1131 if (note->type == ' ' && !in_comment)
1149 && (!in_comment || warn_in_comment (pfile, note)))
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 1108 _cpp_process_line_notes (cpp_reader *pfile, int in_comment)
1125 if (note->type == ' ' && !in_comment)
1143 && (!in_comment || warn_in_comment (pfile, note)))

Completed in 38 milliseconds