Home
last modified time | relevance | path

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

12

/freebsd-13.1/usr.bin/mail/
H A Dnames.c172 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 Dutil.c364 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 Dbc.y104 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 Dapr_fnmatch.c407 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 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-13.1/sbin/pfctl/tests/files/
H A Dpf0092.in6 # silly nesting
/freebsd-13.1/contrib/ntp/sntp/
H A Dcheck-libntp.mf5 ## The above files have adaptations of this for deeper nesting.
/freebsd-13.1/contrib/tcsh/nls/ukrainian/
H A Dset164 62 Fork nesting > %d; maybe `...` loop
/freebsd-13.1/contrib/tcsh/nls/greek/
H A Dset164 62 Tο fork nesting είναι μεγαλύτερο από %d; πιθανό `...` loop
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-nice-strict.h.pump63 // 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 Dset164 62 Fork nesting > %d; maybe `...` loop
/freebsd-13.1/bin/sh/
H A Dexpand.c811 int nesting = 1; in evalvar() local
819 nesting++; in evalvar()
821 if (--nesting == 0) in evalvar()
/freebsd-13.1/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-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_verify.pod162 The certificate chain is checked starting with the deepest nesting level
/freebsd-13.1/contrib/sendmail/
H A DKNOWNBUGS143 * Excessive mailing list nesting can run out of file descriptors.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def363 "maximum bracket nesting depth")
H A DDiagnosticParseKinds.td600 "bracket nesting level exceeded maximum of %0">, DefaultFatal;
602 "use -fbracket-depth=N to increase maximum nesting level">;
H A DAttr.td186 // clause of the declare variant by keeping the information (incl. nesting) in
/freebsd-13.1/sys/contrib/x86emu/
H A Dx86emu.c3328 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 DTODO96 - edge case: decide how to deal with blk_full bad nesting, e.g.
H A DNEWS95 (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 Dregengine.inc484 sopno stopst, sopno lev, int rec) /* PLUS nesting level */
/freebsd-13.1/sys/dev/isp/
H A DDriverManual.txt436 to the platform dependent code to worry about avoiding any lock nesting
/freebsd-13.1/contrib/ntp/
H A DChangeLog103 * [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 DOptions.td644 HelpText<"Show header includes and nesting depth">,
5588 HelpText<"Maximum nesting level for parentheses, brackets, and braces">,

12