/freebsd/usr.bin/mail/ |
H A D | names.c | 164 int nesting = 0; in yankword() local 169 nesting++; in yankword() 172 --nesting; in yankword() 175 if (nesting <= 0) in yankword() 210 int nesting = 0; in yanklogin() local 215 nesting++; in yanklogin() 218 --nesting; in yanklogin() 221 if (nesting <= 0) in yanklogin()
|
H A D | util.c | 357 int nesting = 1; in skip_comment() local 359 for (; nesting > 0 && *cp; cp++) { in skip_comment() 366 nesting++; in skip_comment() 369 nesting--; in skip_comment()
|
/freebsd/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/sbin/pfctl/tests/files/ |
H A D | pf0092.in | 6 # silly nesting
|
/freebsd/contrib/tcsh/nls/greek/ |
H A D | set1 | 64 62 Tο fork nesting είναι μεγαλύτερο από %d; πιθανό `...` loop
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set1 | 64 62 Fork nesting > %d; maybe `...` loop
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set1 | 64 62 Fork nesting > %d; maybe `...` loop
|
/freebsd/bin/sh/ |
H A D | expand.c | 803 int nesting = 1; in evalvar() local 811 nesting++; in evalvar() 813 if (--nesting == 0) in evalvar()
|
/freebsd/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/contrib/sendmail/ |
H A D | KNOWNBUGS | 146 * Excessive mailing list nesting can run out of file descriptors.
|
/freebsd/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/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/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 418 "maximum bracket nesting depth")
|
H A D | DiagnosticParseKinds.td | 651 "bracket nesting level exceeded maximum of %0">, DefaultFatal; 653 "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/crypto/openssl/doc/internal/man7/ |
H A D | build.info.pod | 250 Conditional statements are nesting.
|
/freebsd/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 | 177 - edge case: decide how to deal with blk_full bad nesting, e.g.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regengine.inc | 525 sopno stopst, sopno lev, int rec) /* PLUS nesting level */
|
/freebsd/sys/dev/isp/ |
H A D | DriverManual.txt | 435 to the platform dependent code to worry about avoiding any lock nesting
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 343 * [Bug 3510] Flatten out the #ifdef nesting in ntpdmain() <perlinger@ntp.org> 4707 * [Bug 862] includefile nesting; preserve phonelist on reconfig.
|
H A D | NEWS | 409 * [Bug 3510] Flatten out the #ifdef nesting in ntpdmain() <perlinger@ntp.org> 4175 * [Bug 3510] Flatten out the #ifdef nesting in ntpdmain() <perlinger@ntp.org>
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cook_book.md | 474 particular, nesting `NiceMock` and `StrictMock` (e.g.
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 862 HelpText<"Show header includes and nesting depth">, 7921 HelpText<"Maximum nesting level for parentheses, brackets, and braces">,
|
/freebsd/contrib/diff/doc/ |
H A D | diff.texi | 1692 You should carefully check the @command{diff} output for proper nesting.
|