| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | roken-h-process.pl | 23 my @nesting; 25 push @nesting, 1; 31 push @nesting, 1; 33 push @nesting, 0; 39 push @nesting, 0; 41 push @nesting, 1; 45 my $var = pop @nesting; 47 push @nesting, $var; 49 } elsif ($nesting[$#nesting] and m/\s*#define\s+(\w+)\s+(\S+)/) { 76 @nesting = (1); [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | dict_cidr.c | 120 int nesting, VSTRING *why) in dict_cidr_parse_rule() argument 162 if (nesting == 0) { in dict_cidr_parse_rule() 265 int nesting = 0; in dict_cidr_open() local 320 nesting, why); in dict_cidr_open() 329 sizeof(*rule_stack), nesting + 1, in dict_cidr_open() 333 (DICT_CIDR_ENTRY **) mvect_realloc(&mvect, nesting + 1); in dict_cidr_open() 334 rule_stack[nesting] = rule; in dict_cidr_open() 335 nesting++; in dict_cidr_open() 339 if (nesting-- <= 0) in dict_cidr_open() 342 if_rule = rule_stack[nesting]; in dict_cidr_open() [all …]
|
| H A D | dict_regexp.c | 553 int nesting) in dict_regexp_parseline() argument 722 if (nesting == 0) { in dict_regexp_parseline() 762 int nesting = 0; in dict_regexp_open() local 822 p, nesting); in dict_regexp_open() 831 sizeof(*rule_stack), nesting + 1, in dict_regexp_open() 835 (DICT_REGEXP_RULE **) mvect_realloc(&mvect, nesting + 1); in dict_regexp_open() 836 rule_stack[nesting] = rule; in dict_regexp_open() 837 nesting++; in dict_regexp_open() 841 if (nesting-- <= 0) in dict_regexp_open() 844 if (rule_stack[nesting]->op != DICT_REGEXP_OP_IF) in dict_regexp_open() [all …]
|
| H A D | dict_pcre.c | 755 int nesting) in dict_pcre_parse_rule() argument 966 if (nesting == 0) { in dict_pcre_parse_rule() 1013 int nesting = 0; in dict_pcre_open() local 1080 p, nesting); in dict_pcre_open() 1086 sizeof(*rule_stack), nesting + 1, in dict_pcre_open() 1090 (DICT_PCRE_RULE **) mvect_realloc(&mvect, nesting + 1); in dict_pcre_open() 1091 rule_stack[nesting] = rule; in dict_pcre_open() 1092 nesting++; in dict_pcre_open() 1096 if (nesting-- <= 0) in dict_pcre_open() 1099 if (rule_stack[nesting]->op != DICT_PCRE_OP_IF) in dict_pcre_open() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | cec-raise-reti.S | 44 # Activate interrupt nesting early 70 # Activate interrupt nesting early 86 # Activate interrupt nesting early
|
| H A D | cec-no-snen-reti.S | 20 # Disable self nesting 34 # Counters to keep track of nesting depth
|
| H A D | cec-snen-reti.S | 20 # Enable self nesting 34 # Counter to keep track of nesting depth
|
| H A D | cec-multi-pending.S | 60 # Activate interrupt nesting early
|
| /netbsd-src/bin/ksh/ |
| H A D | syn.c | 57 static struct nesting_state nesting; /* \n changed to ; */ variable 722 if (nesting.start_token) { 723 c = nesting.start_token; 724 source->errline = nesting.start_line; 764 *save = nesting; 765 nesting.start_token = tok; 766 nesting.start_line = source->line; 773 nesting = *saved; 796 nesting.start_token = 0; 797 nesting.start_line = 0;
|
| /netbsd-src/usr.bin/mail/ |
| H A D | support.c | 429 int nesting = 1; in skip_comment() local 431 for (/*EMPTY*/; nesting > 0 && *cp; cp++) { in skip_comment() 438 nesting++; in skip_comment() 441 nesting--; in skip_comment()
|
| H A D | names.c | 98 int nesting = 0; in yankword() local 103 nesting++; in yankword() 106 --nesting; in yankword() 109 if (nesting <= 0) in yankword()
|
| H A D | mime_decode.c | 150 int nesting; in get_param() local 167 nesting = 1; in get_param() 168 while (nesting > 0 && *++cp) { in get_param() 172 nesting++; in get_param() 174 nesting--; in get_param()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
| H A D | parser.d | 177 uint nesting = 0; // group nesting level and repetitions step member 274 nesting++; in genLogicGroup() 281 nesting++; in genGroup() 292 nesting++; in genNamedGroup() 306 nesting++; in genLookaround() 378 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1); in fixRepetition() 396 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1); in fixRepetition() 479 nesting--; 752 enforce(g.nesting, "Unmatched ')'"); in parseRegex()
|
| /netbsd-src/tests/usr.bin/indent/ |
| H A D | t_errors.sh | 329 'error: code.c:1: Statement nesting error' \ 342 'error: code.c:1: Statement nesting error' \ 383 error: code.c:4: Statement nesting error
|
| /netbsd-src/external/bsd/flex/dist/tests/ |
| H A D | mem_r.txt | 1 First we push a lot on the stack by nesting parenthesis:
|
| H A D | mem_nr.txt | 1 First we push a lot on the stack by nesting parenthesis:
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | parser.d | 258 uint nesting = 0; // group nesting level and repetitions step member 355 nesting++; in genLogicGroup() 362 nesting++; in genGroup() 373 nesting++; in genNamedGroup() 387 nesting++; in genLookaround() 459 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1); in fixRepetition() 477 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1); in fixRepetition() 560 nesting--; 846 enforce(g.nesting, "Unmatched ')'"); in parseRegex()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | wrstabs.c | 165 unsigned int nesting; member 499 info.nesting = 0; in write_stabs_in_sections_debugging_info() 2100 if (info->nesting != 0 || info->fun_offset != -1) in stab_start_function() 2193 ++info->nesting; in stab_start_block() 2199 if (info->nesting == 1) in stab_start_block() 2243 if (info->nesting < 1) in stab_end_block() 2246 --info->nesting; in stab_end_block() 2249 if (info->nesting == 0) in stab_end_block()
|
| H A D | sysroff.info | 242 (("nesting level") (2 bytes) ("nesting")) 495 (("nesting") (1 byte) ("nesting"))
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | sysroff.info | 242 (("nesting level") (2 bytes) ("nesting")) 495 (("nesting") (1 byte) ("nesting"))
|
| H A D | wrstabs.c | 165 unsigned int nesting; member 2058 if (info->nesting != 0 || info->fun_offset != -1) in stab_start_function() 2142 ++info->nesting; in stab_start_block() 2148 if (info->nesting == 1) in stab_start_block() 2192 if (info->nesting < 1) in stab_end_block() 2195 --info->nesting; in stab_end_block() 2198 if (info->nesting == 0) in stab_end_block()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | mime_nest.ref | 136 mime_state: warning: MIME nesting exceeds safety limit: content-type: multipart/mixed; boundary=foo… 141 mime_state: warning: MIME nesting exceeds safety limit
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
| H A D | conditionals | 112 # Test some random "else if..." construct nesting
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | WhatsNew40.txt | 18 including nesting.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | LibASTMatchers.rst | 126 Matchers are generated by nesting calls to matcher creation functions. Most of
|