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

/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c333 int nesting; local
337 nesting = 0;
338 while ((c = nextchar(NULL)) != '}' || (c == '}' && nesting)) {
366 if (!nesting) {
367 nesting = 1;
377 nesting = 0;
/illumos-gate/usr/src/cmd/mailx/
H A Daux.c435 int nesting; local
452 nesting = 1;
461 nesting++;
464 --nesting;
467 if (nesting <= 0) break;
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c954 acpi_device(ACPI_HANDLE obj, UINT32 nesting, void *context, void **rv) argument
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c2302 goto nesting;
2306 goto nesting;
2310 goto nesting;
2312 nesting:
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c49 #define MAXNEST 10 /* { ... } nesting limit */
95 char nest; /* { or } nesting operation */
1661 * nesting
1674 (*mp->disc->errorf)(mp, mp->disc, 1, "{ ... } operator nesting too deep -- %d max", MAXNEST);
1680 (*mp->disc->errorf)(mp, mp->disc, 2, "`%c': invalid nesting", *p);
1754 * old style nesting push
1791 * old style nesting pop
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2860 % A count to remember the depth of nesting.
2890 % example, to count as an @ifset for nesting.)

Completed in 68 milliseconds