| /freebsd-14.2/usr.bin/mail/ |
| H A D | names.c | 170 int nesting = 0; in yankword() local 175 nesting++; in yankword() 178 --nesting; in yankword() 181 if (nesting <= 0) in yankword() 216 int nesting = 0; in yanklogin() local 221 nesting++; in yanklogin() 224 --nesting; in yanklogin() 227 if (nesting <= 0) in yanklogin()
|
| H A D | util.c | 363 int nesting = 1; in skip_comment() local 365 for (; nesting > 0 && *cp; cp++) { in skip_comment() 372 nesting++; in skip_comment() 375 nesting--; in skip_comment()
|
| /freebsd-14.2/usr.bin/bc/ |
| H A D | bc.y | 102 static int nesting = 0; variable 281 numnode(nesting - 293 $$ = node(numnode(nesting - 312 if (nesting == 0) { 387 breakstack[breaksp++] = nesting++; 402 cs("0"), numnode(nesting), 406 nesting = 0; 417 nesting = 1; 553 numnode(nesting), cs("Q"), END_NODE); 558 numnode(nesting), cs("Q"), END_NODE); [all …]
|
| /freebsd-14.2/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-14.2/sbin/pfctl/tests/files/ |
| H A D | pf0092.in | 6 # silly nesting
|
| /freebsd-14.2/contrib/tcsh/nls/greek/ |
| H A D | set1 | 64 62 Tο fork nesting είναι μεγαλύτερο από %d; πιθανό `...` loop
|
| /freebsd-14.2/contrib/tcsh/nls/ukrainian/ |
| H A D | set1 | 64 62 Fork nesting > %d; maybe `...` loop
|
| /freebsd-14.2/contrib/tcsh/nls/C/ |
| H A D | set1 | 64 62 Fork nesting > %d; maybe `...` loop
|
| /freebsd-14.2/bin/sh/ |
| H A D | expand.c | 809 int nesting = 1; in evalvar() local 817 nesting++; in evalvar() 819 if (--nesting == 0) in evalvar()
|
| /freebsd-14.2/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-14.2/contrib/sendmail/ |
| H A D | KNOWNBUGS | 146 * Excessive mailing list nesting can run out of file descriptors.
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_verify.pod | 180 The certificate chain is checked starting with the deepest nesting level
|
| /freebsd-14.2/sys/contrib/x86emu/ |
| H A D | x86emu.c | 3325 uint8_t nesting; in x86emuOp_enter() local 3329 nesting = fetch_byte_imm(emu); in x86emuOp_enter() 3332 if (nesting > 0) { in x86emuOp_enter() 3333 for (i = 1; i < nesting; i++) { in x86emuOp_enter()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 401 "maximum bracket nesting depth")
|
| H A D | DiagnosticParseKinds.td | 634 "bracket nesting level exceeded maximum of %0">, DefaultFatal; 636 "use -fbracket-depth=N to increase maximum nesting level">;
|
| H A D | Attr.td | 230 // clause of the declare variant by keeping the information (incl. nesting) in
|
| /freebsd-14.2/crypto/openssl/doc/internal/man7/ |
| H A D | build.info.pod | 250 Conditional statements are nesting.
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | NEWS | 142 * in the HTML formatter, assert(3) that no HTML nesting violation occurs 294 (element nesting, URL-fragment syntax, duplicate id= attributes). 644 * man(7): On a new RS nesting level, the saved width starts from
|
| H A D | TODO | 164 - edge case: decide how to deal with blk_full bad nesting, e.g.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regengine.inc | 525 sopno stopst, sopno lev, int rec) /* PLUS nesting level */
|
| /freebsd-14.2/sys/dev/isp/ |
| H A D | DriverManual.txt | 435 to the platform dependent code to worry about avoiding any lock nesting
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | ChangeLog | 343 * [Bug 3510] Flatten out the #ifdef nesting in ntpdmain() <[email protected]> 4707 * [Bug 862] includefile nesting; preserve phonelist on reconfig.
|
| H A D | NEWS | 409 * [Bug 3510] Flatten out the #ifdef nesting in ntpdmain() <[email protected]> 4175 * [Bug 3510] Flatten out the #ifdef nesting in ntpdmain() <[email protected]>
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 474 particular, nesting `NiceMock` and `StrictMock` (e.g.
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 805 HelpText<"Show header includes and nesting depth">, 7607 HelpText<"Maximum nesting level for parentheses, brackets, and braces">,
|