Home
last modified time | relevance | path

Searched refs:bracket (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/tcp_wrappers/
H A Dmisc.c57 int bracket = 0; in split_at() local
62 bracket++; in split_at()
65 bracket--; in split_at()
68 if (bracket == 0 && *cp == delimiter) { in split_at()
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-subst.exp35 1 two 3 left square bracket
37 1 two 3 right square bracket
42 1 two 3 left curly bracket
44 1 two 3 right curly bracket
/freebsd/contrib/nvi/regex/
H A Dregcomp.c939 RCHAR_T bracket[3]; in bothcases() local
942 p->next = bracket; in bothcases()
943 p->end = bracket+2; in bothcases()
944 bracket[0] = ch; in bothcases()
945 bracket[1] = ']'; in bothcases()
946 bracket[2] = '\0'; in bothcases()
948 assert(p->next == bracket+2); in bothcases()
984 RCHAR_T bracket[4]; in nonnewline() local
986 p->next = bracket; in nonnewline()
987 p->end = bracket+3; in nonnewline()
[all …]
/freebsd/contrib/less/
H A Dless.hlp69 { ( [ * Find close bracket } ) ].
70 } ) ] * Find open bracket { ( [.
71 ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>.
72 ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_>.
74 Each "find close bracket" command goes forward to the close bracket
75 matching the (_N-th) open bracket in the top line.
76 Each "find open bracket" command goes backward to the open bracket
77 matching the (_N-th) close bracket i
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1053 char bracket[3]; in bothcases() local
1057 p->next = bracket; in bothcases()
1058 p->end = bracket+2; in bothcases()
1059 bracket[0] = ch; in bothcases()
1060 bracket[1] = ']'; in bothcases()
1061 bracket[2] = '\0'; in bothcases()
1063 assert(p->next == bracket+2); in bothcases()
1095 static const char bracket[4] = {'^', '\n', ']', '\0'}; in nonnewline() local
1097 p->next = bracket; in nonnewline()
1098 p->end = bracket+3; in nonnewline()
[all …]
/freebsd/lib/libc/regex/
H A Dregcomp.c1383 char bracket[3 + MB_LEN_MAX]; local
1388 p->next = bracket;
1390 n = wcrtomb(bracket, ch, &mbs);
1392 bracket[n] = ']';
1393 bracket[n + 1] = '\0';
1394 p->end = bracket+n+1;
1437 char bracket[4]; local
1439 p->next = bracket;
1440 p->end = bracket+3;
1441 bracket[0] = '^';
[all …]
/freebsd/usr.bin/tr/
H A Dstr.c49 static int bracket(STR *);
77 if (bracket(s)) in next()
133 bracket(STR *s) in bracket() function
/freebsd/contrib/mandoc/
H A Dpredefs.in41 PREDEF("left-bracket", "[")
49 PREDEF("right-bracket", "]")
H A DTODO587 called .In -> no line break before angle bracket
/freebsd/bin/sh/tests/builtins/
H A Dcase20.03 # certain that it must not crash and the missing close bracket must not
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex.sh63 create_tc bracket "Checks brackets"
/freebsd/lib/libc/tests/regex/
H A DMakefile.inc24 ${PACKAGE}DATA_FILES+= data/bracket.in
/freebsd/contrib/file/magic/Magdir/
H A Dwindows1097 # section line starting with left bracket
1102 # look for left bracket in section line
1106 # space after right bracket
1243 # unknown keyword after opening bracket
1246 # look for left bracket of second section
1261 # characters, digits, underscore and white space followed by right bracket
1281 # UTF-16 BOM followed by CR~0D00 , comment~semicolon~3B00 , section~bracket~5B00
1283 # look for left bracket in section line
1300 # look for NL followed by left bracket
/freebsd/contrib/diff/doc/
H A Dfdl.texi354 covers that bracket the Document within the aggregate, or the
356 Otherwise they must appear on printed covers that bracket the whole
H A Ddiff.texi3975 @var{mine}, surrounding conflicts with bracket lines.
3989 Like @option{-e}, except bracket lines from overlapping changes' first
4048 In other words, like @option{-x}, except bracket changes as in @option{-E}.
/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;
847 "a space is required between a right angle bracket and an equals sign "
/freebsd/contrib/byacc/
H A DREADME.BTYACC284 Closing bracket for %ifdef preprocessor statement.
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf79 # a class with just a left bracket (for identifying domain literals)
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in17205bracket log//2(2m plus 1) right bracket plus left bracket 3m/p right bracket plus left bracket m/p…
17657bracket k right bracket ) trees. It is shown that the only statistic of HB left bracket 1 right br…
23512bracket v, a right bracket invariant, for all variables v and all environments a, the programmer c…
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt394 CONF_R_MISSING_CLOSE_SQUARE_BRACKET:100:missing close square bracket
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION2267 - keep a single open/close bracket in a comment such as in the following
2271 brackets. Although this type of bracket seems clumsy and is even
/freebsd/share/dict/
H A Dweb2a1685 angle bracket
7557 bracket capital
7558 bracket clock
7559 bracket crab
7560 bracket foot
7561 bracket fungus
7562 bracket plate
7563 bracket trail
7987 bridge bracket
16978 display bracket
[all …]
/freebsd/contrib/tnftp/
H A DChangeLog1294 - send Host: directive with RFC2732 bracket notation for IPv6
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0358 o Fix autoconf bracket issues; make check for getaddrinfo include netdb.h (833e5e9 Harlan Stenn)

12