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

/freebsd-11-stable/contrib/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)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_namecheck.c53 * in the amount of nesting a path can have. zfs_max_dataset_nesting
69 * Looks at a path and returns its level of nesting (depth).
75 int nesting = 0; local
78 * Keep track of nesting until you hit the end of the
85 nesting++;
88 return (nesting);
158 * in terms of nesting.
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_fnmatch.c407 int nesting; local
409 nesting = 0;
423 ++nesting;
427 if (nesting) {
/freebsd-11-stable/usr.bin/mail/
H A Dnames.c170 int nesting = 0; local
175 nesting++;
178 --nesting;
181 if (nesting <= 0)
216 int nesting = 0; local
221 nesting++;
224 --nesting;
227 if (nesting <= 0)
H A Dutil.c362 int nesting = 1; local
364 for (; nesting > 0 && *cp; cp++) {
371 nesting++;
374 nesting--;
/freebsd-11-stable/usr.bin/bc/
H A Dbc.y104 static int nesting = 0;
283 numnode(nesting -
295 $$ = node(numnode(nesting -
314 if (nesting == 0) {
388 fatal("nesting too deep");
389 breakstack[breaksp++] = nesting++;
404 cs("0"), numnode(nesting),
408 nesting = 0;
419 nesting = 1;
555 numnode(nesting), c
[all...]
/freebsd-11-stable/contrib/binutils/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.c612 dps.nesting = nest;
960 dsy.nesting = nest;
/freebsd-11-stable/bin/sh/
H A Dexpand.c809 int nesting = 1; local
818 nesting++;
820 if (--nesting == 0)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c4050 int nesting; local
4060 nesting = 0;
4068 ++nesting;
4070 else if (nesting > 0 && *from == '>')
4076 --nesting;
/freebsd-11-stable/sys/contrib/x86emu/
H A Dx86emu.c3328 uint8_t nesting; local
3332 nesting = fetch_byte_imm(emu);
3335 if (nesting > 0) {
3336 for (i = 1; i < nesting; i++) {
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2961 % A count to remember the depth of nesting.
2991 % example, to count as an @ifset for nesting.)
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2860 % A count to remember the depth of nesting.
2890 % example, to count as an @ifset for nesting.)
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4071 % A count to remember the depth of nesting.
4103 % example, to count as an @ifset for nesting.)

Completed in 265 milliseconds