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

12

/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dscan-decls.c34 indicate the (brace nesting levels of) left braces that were
61 int nesting = 1; local
69 nesting++;
70 if (token == CPP_CLOSE_BRACE && --nesting == 0)
114 /* Pop an 'extern "C"' nesting level, if appropriate. */
166 int nesting = 1; local
174 nesting++;
177 nesting--;
178 if (nesting == 0)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Ddict_pcre.c68 #define DICT_PCRE_OP_IF 2 /* Increase if/endif nesting on match */
69 #define DICT_PCRE_OP_ENDIF 3 /* Decrease if/endif nesting on match */
95 int nesting; /* level of IF/ENDIF nesting */ member in struct:DICT_PCRE_RULE
259 int nesting = 0; local
280 if (nesting < rule->nesting)
357 nesting++;
364 nesting--;
575 static DICT_PCRE_RULE *dict_pcre_rule_alloc(int op, int nesting, argument
592 dict_pcre_parse_rule(const char *mapname, int lineno, char *line, int nesting, int dict_flags) argument
806 int nesting = 0; local
[all...]
H A Ddict_regexp.c70 #define DICT_REGEXP_OP_IF 2 /* Increase if/endif nesting on match */
71 #define DICT_REGEXP_OP_ENDIF 3 /* Decrease if/endif nesting on match */
87 int nesting; /* Level of search nesting */ member in struct:DICT_REGEXP_RULE
219 int nesting = 0; local
240 if (nesting < rule->nesting)
304 nesting++;
311 nesting--;
537 static DICT_REGEXP_RULE *dict_regexp_rule_alloc(int op, int nesting, argument
554 dict_regexp_parseline(const char *mapname, int lineno, char *line, int nesting, int dict_flags) argument
747 int nesting = 0; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon-gen.ml49 let end_function nesting =
50 match !nesting with
52 | _ -> failwith ("Bad nesting (ending function at level "
53 ^ (string_of_int !nesting) ^ ")")
55 let open_braceblock nesting =
56 begin match !nesting with
60 incr nesting
62 let close_braceblock nesting =
63 decr nesting;
64 match !nesting wit
[all...]
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c164 /* The block nesting depth. */
165 unsigned int nesting; member in struct:stab_write_handle
500 info.nesting = 0;
2092 assert (info->nesting == 0 && info->fun_offset == -1);
2184 ++info->nesting;
2190 if (info->nesting == 1)
2234 assert (info->nesting > 0);
2236 --info->nesting;
2239 if (info->nesting == 0)
H A Dsrconv.c616 dps.nesting = nest;
964 dsy.nesting = nest;
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dexpand.c792 int nesting = 1; local
801 nesting++;
803 if (--nesting == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dcp-demangle.c4002 int nesting; local
4011 nesting = 0;
4019 ++nesting;
4021 else if (nesting > 0 && *from == '>')
4027 --nesting;
/netbsd-6-1-5-RELEASE/common/lib/libx86emu/
H A Dx86emu.c3203 uint8_t nesting; local
3207 nesting = fetch_byte_imm(emu);
3210 if (nesting > 0) {
3211 for (i = 1; i < nesting; i++) {
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/doc/
H A Dtexinfo.tex2957 % A count to remember the depth of nesting.
2987 % example, to count as an @ifset for nesting.)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/doc/include/
H A Dtexinfo.tex2961 % A count to remember the depth of nesting.
2991 % example, to count as an @ifset for nesting.)
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/doc/
H A Dtexinfo.tex2860 % A count to remember the depth of nesting.
2890 % example, to count as an @ifset for nesting.)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/doc/
H A Dtexinfo.tex2860 % A count to remember the depth of nesting.
2890 % example, to count as an @ifset for nesting.)
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/doc/
H A Dtexinfo.tex3615 % A count to remember the depth of nesting.
3647 % example, to count as an @ifset for nesting.)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/build-aux/
H A Dtexinfo.tex3615 % A count to remember the depth of nesting.
3647 % example, to count as an @ifset for nesting.)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/texinfo/
H A Dtexinfo.tex3860 % A count to remember the depth of nesting.
3892 % example, to count as an @ifset for nesting.)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/doc/include/
H A Dtexinfo.tex3627 % A count to remember the depth of nesting.
3659 % example, to count as an @ifset for nesting.)
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dtexinfo.tex3863 % A count to remember the depth of nesting.
3895 % example, to count as an @ifset for nesting.)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/texinfo/
H A Dtexinfo.tex3860 % A count to remember the depth of nesting.
3892 % example, to count as an @ifset for nesting.)
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/doc/
H A Dtexinfo.tex3863 % A count to remember the depth of nesting.
3895 % example, to count as an @ifset for nesting.)

Completed in 462 milliseconds

12