Home
last modified time | relevance | path

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

12

/freebsd/usr.bin/mail/
H A Dnames.c164 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 Dutil.c357 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 Dzfs_namecheck.c73 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 Dpf0092.in6 # silly nesting
/freebsd/contrib/tcsh/nls/greek/
H A Dset164 62 Tο fork nesting είναι μεγαλύτερο από %d; πιθανό `...` loop
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset164 62 Fork nesting > %d; maybe `...` loop
/freebsd/contrib/tcsh/nls/C/
H A Dset164 62 Fork nesting > %d; maybe `...` loop
/freebsd/bin/sh/
H A Dexpand.c803 int nesting = 1; in evalvar() local
811 nesting++; in evalvar()
813 if (--nesting == 0) in evalvar()
/freebsd/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/contrib/sendmail/
H A DKNOWNBUGS146 * Excessive mailing list nesting can run out of file descriptors.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_verify.pod180 The certificate chain is checked starting with the deepest nesting level
/freebsd/sys/contrib/x86emu/
H A Dx86emu.c3325 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 DLangOptions.def418 "maximum bracket nesting depth")
H A DDiagnosticParseKinds.td651 "bracket nesting level exceeded maximum of %0">, DefaultFatal;
653 "use -fbracket-depth=N to increase maximum nesting level">;
H A DAttr.td230 // clause of the declare variant by keeping the information (incl. nesting) in
/freebsd/crypto/openssl/doc/internal/man7/
H A Dbuild.info.pod250 Conditional statements are nesting.
/freebsd/contrib/mandoc/
H A DNEWS142 * 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 DTODO177 - edge case: decide how to deal with blk_full bad nesting, e.g.
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc525 sopno stopst, sopno lev, int rec) /* PLUS nesting level */
/freebsd/sys/dev/isp/
H A DDriverManual.txt435 to the platform dependent code to worry about avoiding any lock nesting
/freebsd/contrib/ntp/
H A DChangeLog343 * [Bug 3510] Flatten out the #ifdef nesting in ntpdmain() <perlinger@ntp.org>
4707 * [Bug 862] includefile nesting; preserve phonelist on reconfig.
H A DNEWS409 * [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 Dgmock_cook_book.md474 particular, nesting `NiceMock` and `StrictMock` (e.g.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td862 HelpText<"Show header includes and nesting depth">,
7921 HelpText<"Maximum nesting level for parentheses, brackets, and braces">,
/freebsd/contrib/diff/doc/
H A Ddiff.texi1692 You should carefully check the @command{diff} output for proper nesting.

12