Searched refs:nesting (Results 1 - 25 of 55) sorted by relevance

123

/netbsd-current/crypto/external/bsd/heimdal/dist/cf/
H A Droken-h-process.pl23 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] an
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_cidr.c120 int nesting, VSTRING *why)
162 if (nesting == 0) {
265 int nesting = 0; local
320 nesting, why);
329 sizeof(*rule_stack), nesting + 1,
333 (DICT_CIDR_ENTRY **) mvect_realloc(&mvect, nesting + 1);
334 rule_stack[nesting] = rule;
335 nesting++;
339 if (nesting-- <= 0)
342 if_rule = rule_stack[nesting];
119 dict_cidr_parse_rule(DICT *dict, char *p, int lineno, int nesting, VSTRING *why) argument
[all...]
H A Ddict_regexp.c78 #define DICT_REGEXP_OP_IF 2 /* Increase if/endif nesting on match */
79 #define DICT_REGEXP_OP_ENDIF 3 /* Decrease if/endif nesting on match */
553 int nesting)
722 if (nesting == 0) {
762 int nesting = 0; local
822 p, nesting);
831 sizeof(*rule_stack), nesting + 1,
835 (DICT_REGEXP_RULE **) mvect_realloc(&mvect, nesting + 1);
836 rule_stack[nesting] = rule;
837 nesting
551 dict_regexp_parseline(DICT *dict, const char *mapname, int lineno, char *line, int nesting) argument
[all...]
H A Ddict_pcre.c152 #define DICT_PCRE_OP_IF 2 /* Increase if/endif nesting on match */
153 #define DICT_PCRE_OP_ENDIF 3 /* Decrease if/endif nesting on match */
755 int nesting)
966 if (nesting == 0) {
1013 int nesting = 0; local
1080 p, nesting);
1086 sizeof(*rule_stack), nesting + 1,
1090 (DICT_PCRE_RULE **) mvect_realloc(&mvect, nesting + 1);
1091 rule_stack[nesting] = rule;
1092 nesting
753 dict_pcre_parse_rule(DICT *dict, const char *mapname, int lineno, char *line, int nesting) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dcec-raise-reti.S44 # Activate interrupt nesting early
70 # Activate interrupt nesting early
86 # Activate interrupt nesting early
H A Dcec-no-snen-reti.S20 # Disable self nesting
34 # Counters to keep track of nesting depth
65 # Try to avoid nesting a few times
H A Dcec-snen-reti.S20 # Enable self nesting
34 # Counter to keep track of nesting depth
H A Dcec-multi-pending.S60 # Activate interrupt nesting early
105 # Activate interrupt nesting a little later
154 # Activate interrupt nesting a little later
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dcec-raise-reti.S44 # Activate interrupt nesting early
70 # Activate interrupt nesting early
86 # Activate interrupt nesting early
H A Dcec-no-snen-reti.S20 # Disable self nesting
34 # Counters to keep track of nesting depth
65 # Try to avoid nesting a few times
H A Dcec-snen-reti.S20 # Enable self nesting
34 # Counter to keep track of nesting depth
H A Dcec-multi-pending.S60 # Activate interrupt nesting early
105 # Activate interrupt nesting a little later
154 # Activate interrupt nesting a little later
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-if-nested.mk4 # .if directives is pre-allocated, any deeper nesting is reallocated.
H A Dvarname.mk34 # as an escape character, therefore the parentheses still count to the nesting
H A Dvarmod-match.mk189 # ( while parsing the pattern, starts a nesting level
190 # ) while parsing the pattern, ends a nesting level
191 # { while parsing the pattern, starts a nesting level
192 # } while parsing the pattern, ends a nesting level
/netbsd-current/bin/ksh/
H A Dsyn.c18 int start_token; /* token than began nesting (eg, FOR) */
19 int start_line; /* line nesting began on */
57 static struct nesting_state nesting; /* \n changed to ; */ variable in typeref:struct:nesting_state
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
[all...]
/netbsd-current/usr.bin/mail/
H A Dsupport.c429 int nesting = 1; local
431 for (/*EMPTY*/; nesting > 0 && *cp; cp++) {
438 nesting++;
441 nesting--;
H A Dnames.c98 int nesting = 0; local
103 nesting++;
106 --nesting;
109 if (nesting <= 0)
H A Dmime_decode.c150 int nesting; local
167 nesting = 1;
168 while (nesting > 0 && *++cp) {
172 nesting++;
174 nesting--;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d177 uint nesting = 0; // group nesting level and repetitions step
178 uint lookaroundNest = 0; // nesting of lookaround
274 nesting++;
281 nesting++;
292 nesting++;
306 nesting++;
378 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1);
396 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1);
479 nesting
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d258 uint nesting = 0; // group nesting level and repetitions step
259 uint lookaroundNest = 0; // nesting of lookaround
355 nesting++;
362 nesting++;
373 nesting++;
387 nesting++;
459 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1);
477 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1);
560 nesting
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dwrstabs.c164 /* The block nesting depth. */
165 unsigned int nesting; member in struct:stab_write_handle
500 info.nesting = 0;
2086 assert (info->nesting == 0 && info->fun_offset == -1);
2178 ++info->nesting;
2184 if (info->nesting == 1)
2228 assert (info->nesting > 0);
2230 --info->nesting;
2233 if (info->nesting == 0)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c164 /* The block nesting depth. */
165 unsigned int nesting; member in struct:stab_write_handle
501 info.nesting = 0;
2102 if (info->nesting != 0 || info->fun_offset != -1)
2195 ++info->nesting;
2201 if (info->nesting == 1)
2245 if (info->nesting < 1)
2248 --info->nesting;
2251 if (info->nesting == 0)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dwrstabs.c164 /* The block nesting depth. */
165 unsigned int nesting; member in struct:stab_write_handle
501 info.nesting = 0;
2102 if (info->nesting != 0 || info->fun_offset != -1)
2195 ++info->nesting;
2201 if (info->nesting == 1)
2245 if (info->nesting < 1)
2248 --info->nesting;
2251 if (info->nesting == 0)
/netbsd-current/tests/usr.bin/indent/
H A Dt_errors.sh329 'error: code.c:1: Statement nesting error' \
342 'error: code.c:1: Statement nesting error' \
383 error: code.c:4: Statement nesting error

Completed in 523 milliseconds

123