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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/usr.bin/bc/
H A Dbc.y106 static int nesting = 0;
285 numnode(nesting -
297 $$ = node(numnode(nesting -
316 if (nesting == 0) {
390 fatal("nesting too deep");
391 breakstack[breaksp++] = nesting++;
406 cs("0"), numnode(nesting),
410 nesting = 0;
421 nesting = 1;
557 numnode(nesting), c
[all...]
/freebsd-9.3-release/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-9.3-release/bin/sh/
H A Dexpand.c834 int nesting = 1; local
843 nesting++;
845 if (--nesting == 0)
/freebsd-9.3-release/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-9.3-release/sys/contrib/x86emu/
H A Dx86emu.c3325 uint8_t nesting; local
3329 nesting = fetch_byte_imm(emu);
3332 if (nesting > 0) {
3333 for (i = 1; i < nesting; i++) {
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex2789 % A count to remember the depth of nesting.
2819 % example, to count as an @ifset for nesting.)
/freebsd-9.3-release/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-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex2860 % A count to remember the depth of nesting.
2890 % example, to count as an @ifset for nesting.)

Completed in 158 milliseconds