Searched refs:nesting (Results 1 – 10 of 10) 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
2302 goto nesting; in grp()2306 goto nesting; in grp()2310 goto nesting; in grp()2312 nesting: in grp()
122 ppproto.c: fix buffer boundary bug that lost call nesting338 remove pp.control nesting limit
1167 optget: beef up --?* description, fix <TR>...</TR> nesting1549 allow sigcritical() nesting mismatch to work around vfork() bug1553 fix keyprintf() invisible char count nesting bug
415 that option nesting can be handled fairly simply by nested loops,443 DHCPv6 uses nesting options. To make this work, two new utility
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