Home
last modified time | relevance | path

Searched refs:nesting (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c331 int nesting; in read_spec() local
335 nesting = 0; in read_spec()
336 while ((c = nextchar(NULL)) != '}' || (c == '}' && nesting)) { in read_spec()
364 if (!nesting) { in read_spec()
365 nesting = 1; in read_spec()
375 nesting = 0; in read_spec()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_namecheck.c75 int nesting = 0; in get_dataset_depth() local
85 nesting++; in get_dataset_depth()
88 return (nesting); in get_dataset_depth()
/illumos-gate/usr/src/cmd/mailx/
H A Dutil.c433 int nesting; in phrase() local
450 nesting = 1; in phrase()
459 nesting++; in phrase()
462 --nesting; in phrase()
465 if (nesting <= 0) break; in phrase()
/illumos-gate/usr/src/tools/smatch/src/
H A Dgcc-attr-list.h104 GCC_ATTR(nesting)
H A Dpre-process.c272 int nesting = 0; in collect_arg() local
301 nesting++; in collect_arg()
303 if (!nesting--) in collect_arg()
305 } else if (match_op(next, ',') && !nesting && !vararg) { in collect_arg()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddoc-guide.rst50 determined from their nesting. However, the convention is to use:
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c954 acpi_device(ACPI_HANDLE obj, UINT32 nesting, void *context, void **rv) in acpi_device() argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c2338 goto nesting; in grp()
2342 goto nesting; in grp()
2346 goto nesting; in grp()
2348 nesting: in grp()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE133 ppproto.c: fix buffer boundary bug that lost call nesting
349 remove pp.control nesting limit
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab12 # { start nesting block
13 # } end nesting block
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6413 that option nesting can be handled fairly simply by nested loops,
441 DHCPv6 uses nesting options. To make this work, two new utility
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1355 optget: beef up --?* description, fix <TR>...</TR> nesting
1737 allow sigcritical() nesting mismatch to work around vfork() bug
1741 fix keyprintf() invisible char count nesting bug
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt143 # of nesting.
/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.)
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt2046 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