Home
last modified time | relevance | path

Searched refs:nesting (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/netbsd-src/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] and m/\s*#define\s+(\w+)\s+(\S+)/) {
76 @nesting = (1);
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_cidr.c120 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 Ddict_regexp.c553 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 Ddict_pcre.c755 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 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
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
/netbsd-src/bin/ksh/
H A Dsyn.c57 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 Dsupport.c429 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 Dnames.c98 int nesting = 0; in yankword() local
103 nesting++; in yankword()
106 --nesting; in yankword()
109 if (nesting <= 0) in yankword()
H A Dmime_decode.c150 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 Dparser.d177 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 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
/netbsd-src/external/bsd/flex/dist/tests/
H A Dmem_r.txt1 First we push a lot on the stack by nesting parenthesis:
H A Dmem_nr.txt1 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 Dparser.d258 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 Dwrstabs.c165 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 Dsysroff.info242 (("nesting level") (2 bytes) ("nesting"))
495 (("nesting") (1 byte) ("nesting"))
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsysroff.info242 (("nesting level") (2 bytes) ("nesting"))
495 (("nesting") (1 byte) ("nesting"))
H A Dwrstabs.c165 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 Dmime_nest.ref136 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 Dconditionals112 # Test some random "else if..." construct nesting
/netbsd-src/external/bsd/ipf/dist/
H A DWhatsNew40.txt18 including nesting.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchers.rst126 Matchers are generated by nesting calls to matcher creation functions. Most of

12345678910>>...12