| /freebsd-13.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-13.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-13.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-13.1/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_namecheck.c | 73 int nesting = 0; in get_dataset_depth() local 83 nesting++; in get_dataset_depth() 86 return (nesting); in get_dataset_depth()
|
| /freebsd-13.1/sbin/pfctl/tests/files/ |
| H A D | pf0092.in | 6 # silly nesting
|
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | check-libntp.mf | 5 ## The above files have adaptations of this for deeper nesting.
|
| /freebsd-13.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set1 | 64 62 Fork nesting > %d; maybe `...` loop
|
| /freebsd-13.1/contrib/tcsh/nls/greek/ |
| H A D | set1 | 64 62 Tο fork nesting είναι μεγαλύτερο από %d; πιθανό `...` loop
|
| /freebsd-13.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-13.1/contrib/tcsh/nls/C/ |
| H A D | set1 | 64 62 Fork nesting > %d; maybe `...` loop
|
| /freebsd-13.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-13.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-13.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-13.1/contrib/sendmail/ |
| H A D | KNOWNBUGS | 143 * Excessive mailing list nesting can run out of file descriptors.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 363 "maximum bracket nesting depth")
|
| H A D | DiagnosticParseKinds.td | 600 "bracket nesting level exceeded maximum of %0">, DefaultFatal; 602 "use -fbracket-depth=N to increase maximum nesting level">;
|
| H A D | Attr.td | 186 // clause of the declare variant by keeping the information (incl. nesting) in
|
| /freebsd-13.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()
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | TODO | 96 - edge case: decide how to deal with blk_full bad nesting, e.g.
|
| H A D | NEWS | 95 (element nesting, URL-fragment syntax, duplicate id= attributes). 445 * man(7): On a new RS nesting level, the saved width starts from
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regengine.inc | 484 sopno stopst, sopno lev, int rec) /* PLUS nesting level */
|
| /freebsd-13.1/sys/dev/isp/ |
| H A D | DriverManual.txt | 436 to the platform dependent code to worry about avoiding any lock nesting
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | ChangeLog | 103 * [Bug 3510] Flatten out the #ifdef nesting in ntpdmain() <[email protected]> 4467 * [Bug 862] includefile nesting; preserve phonelist on reconfig.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 644 HelpText<"Show header includes and nesting depth">, 5588 HelpText<"Maximum nesting level for parentheses, brackets, and braces">,
|