Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/gcc/
H A Dscan-decls.c61 int nesting = 1; in skip_to_closing_brace() local
69 nesting++; in skip_to_closing_brace()
70 if (token == CPP_CLOSE_BRACE && --nesting == 0) in skip_to_closing_brace()
166 int nesting = 1; in scan_decls() local
174 nesting++; in scan_decls()
177 nesting--; in scan_decls()
178 if (nesting == 0) in scan_decls()
H A Dstab.def146 The desc is the nesting level in lexical blocks.
/freebsd-12.1/usr.bin/mail/
H A Dnames.c172 int nesting = 0; in yankword() local
177 nesting++; in yankword()
180 --nesting; in yankword()
183 if (nesting <= 0) in yankword()
218 int nesting = 0; in yanklogin() local
223 nesting++; in yanklogin()
226 --nesting; in yanklogin()
229 if (nesting <= 0) in yanklogin()
H A Dutil.c364 int nesting = 1; in skip_comment() local
366 for (; nesting > 0 && *cp; cp++) { in skip_comment()
373 nesting++; in skip_comment()
376 nesting--; in skip_comment()
/freebsd-12.1/usr.bin/bc/
H A Dbc.y104 static int nesting = 0; variable
283 numnode(nesting -
295 $$ = node(numnode(nesting -
314 if (nesting == 0) {
389 breakstack[breaksp++] = nesting++;
404 cs("0"), numnode(nesting),
408 nesting = 0;
419 nesting = 1;
555 numnode(nesting), cs("Q"), END_NODE);
560 numnode(nesting), cs("Q"), END_NODE);
[all …]
/freebsd-12.1/contrib/apr/strings/
H A Dapr_fnmatch.c407 int nesting; in apr_fnmatch_test() local
409 nesting = 0; in apr_fnmatch_test()
423 ++nesting; in apr_fnmatch_test()
427 if (nesting) { in apr_fnmatch_test()
/freebsd-12.1/sys/cddl/contrib/opensolaris/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()
/freebsd-12.1/sbin/pfctl/tests/files/
H A Dpf0092.in6 # silly nesting
/freebsd-12.1/contrib/ntp/sntp/
H A Dcheck-libntp.mf5 ## The above files have adaptations of this for deeper nesting.
/freebsd-12.1/contrib/tcsh/nls/greek/
H A Dset165 62 Tο fork nesting είναι μεγαλύτερο από %d; πιθανό `...` loop
/freebsd-12.1/contrib/binutils/binutils/
H A Dwrstabs.c165 unsigned int nesting; member
498 info.nesting = 0; in write_stabs_in_sections_debugging_info()
2090 assert (info->nesting == 0 && info->fun_offset == -1); in stab_start_function()
2182 ++info->nesting; in stab_start_block()
2188 if (info->nesting == 1) in stab_start_block()
2232 assert (info->nesting > 0); in stab_end_block()
2234 --info->nesting; in stab_end_block()
2237 if (info->nesting == 0) in stab_end_block()
H A Dsrconv.c612 dps.nesting = nest; in wr_dps_start()
960 dsy.nesting = nest; in walk_tree_symbol()
/freebsd-12.1/contrib/tcsh/nls/ukrainian/
H A Dset165 62 Fork nesting > %d; maybe `...` loop
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-nice-strict.h.pump63 // In particular, nesting NiceMock, NaggyMock, and StrictMock is NOT
150 // user errors of nesting nice and strict mocks. They do NOT catch
/freebsd-12.1/contrib/tcsh/nls/C/
H A Dset165 62 Fork nesting > %d; maybe `...` loop
/freebsd-12.1/bin/sh/
H A Dexpand.c811 int nesting = 1; in evalvar() local
819 nesting++; in evalvar()
821 if (--nesting == 0) in evalvar()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dcp-demangle.c4050 int nesting; in java_demangle_v3() local
4060 nesting = 0; in java_demangle_v3()
4068 ++nesting; in java_demangle_v3()
4070 else if (nesting > 0 && *from == '>') in java_demangle_v3()
4076 --nesting; in java_demangle_v3()
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dlibgomp.texi601 an unlocked state and the nesting count is set to zero.
629 nesting count for the lock in incremented.
658 If the lock is already held by the current thread, the new nesting count
689 thread calling @code{omp_unset_nested_lock}. If the nesting count drops to zero, the
718 in the unlocked state and its nesting count must equal zero.
/freebsd-12.1/contrib/binutils/include/aout/
H A Dstab.def169 The desc is the nesting level in lexical blocks.
/freebsd-12.1/contrib/byacc/
H A DREADME.BTYACC285 Only one nesting level of %ifdef-%endif is allowed.
291 Only one nesting level of %include is allowed.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.def281 "maximum bracket nesting depth")
H A DDiagnosticParseKinds.td537 "bracket nesting level exceeded maximum of %0">, DefaultFatal;
539 "use -fbracket-depth=N to increase maximum nesting level">;
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_verify.pod162 The certificate chain is checked starting with the deepest nesting level
/freebsd-12.1/contrib/sendmail/
H A DKNOWNBUGS143 * Excessive mailing list nesting can run out of file descriptors.
/freebsd-12.1/sys/contrib/x86emu/
H A Dx86emu.c3328 uint8_t nesting; in x86emuOp_enter() local
3332 nesting = fetch_byte_imm(emu); in x86emuOp_enter()
3335 if (nesting > 0) { in x86emuOp_enter()
3336 for (i = 1; i < nesting; i++) { in x86emuOp_enter()

123