Searched defs:nesting (Results 1 - 3 of 3) 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

Completed in 680 milliseconds