| /freebsd-12.1/contrib/gcc/ |
| H A D | scan-decls.c | 61 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 D | stab.def | 146 The desc is the nesting level in lexical blocks.
|
| /freebsd-12.1/usr.bin/mail/ |
| H A D | names.c | 172 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 D | util.c | 364 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 D | bc.y | 104 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 D | apr_fnmatch.c | 407 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 D | zfs_namecheck.c | 75 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 D | pf0092.in | 6 # silly nesting
|
| /freebsd-12.1/contrib/ntp/sntp/ |
| H A D | check-libntp.mf | 5 ## The above files have adaptations of this for deeper nesting.
|
| /freebsd-12.1/contrib/tcsh/nls/greek/ |
| H A D | set1 | 65 62 Tο fork nesting είναι μεγαλύτερο από %d; πιθανό `...` loop
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | wrstabs.c | 165 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 D | srconv.c | 612 dps.nesting = nest; in wr_dps_start() 960 dsy.nesting = nest; in walk_tree_symbol()
|
| /freebsd-12.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set1 | 65 62 Fork nesting > %d; maybe `...` loop
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-nice-strict.h.pump | 63 // 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 D | set1 | 65 62 Fork nesting > %d; maybe `...` loop
|
| /freebsd-12.1/bin/sh/ |
| H A D | expand.c | 811 int nesting = 1; in evalvar() local 819 nesting++; in evalvar() 821 if (--nesting == 0) in evalvar()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | cp-demangle.c | 4050 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 D | libgomp.texi | 601 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 D | stab.def | 169 The desc is the nesting level in lexical blocks.
|
| /freebsd-12.1/contrib/byacc/ |
| H A D | README.BTYACC | 285 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 D | LangOptions.def | 281 "maximum bracket nesting depth")
|
| H A D | DiagnosticParseKinds.td | 537 "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 D | SSL_CTX_set_verify.pod | 162 The certificate chain is checked starting with the deepest nesting level
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | KNOWNBUGS | 143 * Excessive mailing list nesting can run out of file descriptors.
|
| /freebsd-12.1/sys/contrib/x86emu/ |
| H A D | x86emu.c | 3328 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()
|