Searched refs:nesting (Results 1 – 11 of 11) sorted by relevance
333 int nesting; in read_spec() local337 nesting = 0; in read_spec()338 while ((c = nextchar(NULL)) != '}' || (c == '}' && nesting)) { in read_spec()366 if (!nesting) { in read_spec()367 nesting = 1; in read_spec()377 nesting = 0; in read_spec()
435 int nesting; in phrase() local452 nesting = 1; in phrase()461 nesting++; in phrase()464 --nesting; in phrase()467 if (nesting <= 0) break; in phrase()
954 acpi_device(ACPI_HANDLE obj, UINT32 nesting, void *context, void **rv) in acpi_device() argument
2338 goto nesting; in grp()2342 goto nesting; in grp()2346 goto nesting; in grp()2348 nesting: in grp()
133 ppproto.c: fix buffer boundary bug that lost call nesting349 remove pp.control nesting limit
12 # { start nesting block13 # } end nesting block
415 that option nesting can be handled fairly simply by nested loops,443 DHCPv6 uses nesting options. To make this work, two new utility
1355 optget: beef up --?* description, fix <TR>...</TR> nesting1737 allow sigcritical() nesting mismatch to work around vfork() bug1741 fix keyprintf() invisible char count nesting bug
141 # of nesting.
2860 % A count to remember the depth of nesting.2890 % example, to count as an @ifset for nesting.)
2046 Debug output: Do not emit the function nesting level for the in-kernel 2047 build. The nesting level is really only useful during a single-thread