Home
last modified time | relevance | path

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

123

/mirbsd/src/gnu/usr.bin/perl/lib/Text/Balanced/t/
Dextbrk.t74 <a q{uoted} ">" unbalanced right bracket of /(q>)/ either sort (`>>>""">>>>`) is okay >;
77 <a quoted ">" unbalanced right bracket is okay >;
80 <a quoted ">" unbalanced right bracket of either sort (`>>>""">>>>`) is okay >;
83 <a misquoted '>' unbalanced right bracket is bad >;
/mirbsd/src/usr.bin/less/
Dless.hlp57 { ( [ * Find close bracket } ) ].
58 } ) ] * Find open bracket { ( [.
59 ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>.
60 ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_>
62 Each "find close bracket" command goes forward to the close bracket
63 matching the (_N-th) open bracket in the top line.
64 Each "find open bracket" command goes backward to the open bracket
65 matching the (_N-th) close bracket in the bottom line.
/mirbsd/src/lib/libc/regex/
Dregcomp.c881 char bracket[3]; in bothcases() local
885 p->next = bracket; in bothcases()
886 p->end = bracket+2; in bothcases()
887 bracket[0] = ch; in bothcases()
888 bracket[1] = ']'; in bothcases()
889 bracket[2] = '\0'; in bothcases()
891 assert(p->next == bracket+2); in bothcases()
923 char bracket[4]; in nonnewline() local
925 p->next = bracket; in nonnewline()
926 p->end = bracket+3; in nonnewline()
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Text/Balanced/
DREADME22 `extract_bracketed' extracts a balanced-bracket-delimited substring
30 backslashed delimiters, nested bracket delimiters (for the
36 balanced bracket-delimited substring which may also contain
/mirbsd/src/share/tmac/tab/
Dcode.x-ecs254 "\001|", /*left floor (lb of big bracket)*/
255 "\001|", /*right floor (rb of big bracket)*/
256 "\001|", /*left ceiling (lt of big bracket)*/
257 "\001|", /*right ceiling (rt of big bracket)*/
Dcode.nec254 "\001|", /*left floor (lb of big bracket)*/
255 "\001|", /*right floor (rb of big bracket)*/
256 "\001|", /*left ceiling (lt of big bracket)*/
257 "\001|", /*right ceiling (rt of big bracket)*/
Dcode.300251 "\001|", /*left center of big curly bracket*/
252 "\001|", /*right center of big curly bracket*/
Dcode.xerox251 "\001|", /*left center of big curly bracket*/
252 "\001|", /*right center of big curly bracket*/
Dcode.itoh253 "\001<", /*left center of big curly bracket*/
254 "\001>", /*right center of big curly bracket*/
Dcode.aj833254 "\001\200|\303\202-\343\242", /*left floor (lb of big bracket)*/
/mirbsd/src/usr.bin/tr/
Dstr.c48 static bool bracket(STR *);
73 if (bracket(s)) in next()
136 bracket(STR *s) in bracket() function
/mirbsd/src/share/zoneinfo/datfiles/
Detcetera37 # In the draft 5 of POSIX 1003.1-200x, the angle bracket notation allows for
40 # offset is kept within the angle bracket (and is used for display)
41 # while the POSIX sign is kept outside the angle bracket (and is used
/mirbsd/src/usr.bin/make/
Ddir.c350 unsigned long brace = 0, bracket = 0; in Dir_HasWildcardsi() local
364 bracket++; in Dir_HasWildcardsi()
368 if (bracket == 0) in Dir_HasWildcardsi()
370 bracket--; in Dir_HasWildcardsi()
380 return wild && bracket == 0 && brace == 0; in Dir_HasWildcardsi()
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/
DMaketext.pod662 but bracket notation is meant to be much more concise.
671 a "^", and all the in-bracket special regions are underlined with an X:
676 When that string is compiled from bracket notation into a real Perl sub,
691 In other words, text outside bracket groups is turned into string
733 If the first item in a bracket group looks like a method name,
742 If the first item in a bracket group is "*", it's taken as shorthand
744 item in a bracket group is "#", it's taken to be shorthand for
749 If the first item in a bracket group is empty-string, or "_*"
763 Otherwise this bracket group is invalid. For example, in the group
767 expression containing this bracket group.
[all …]
/mirbsd/src/gnu/usr.bin/cvs/doc/
DHACKING.DOCS17 bracket with asterisks in info files (* ... *)
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperllol.pod28 Now you should be very careful that the outer bracket type
42 Notice that the outer bracket type has changed, and so our access syntax
Dperlref.pod84 X<array, anonymous> X<[> X<[]> X<square bracket>
85 X<bracket, square> X<arrayref> X<array reference> X<reference, array>
111 X<hash, anonymous> X<{> X<{}> X<curly bracket>
112 X<bracket, curly> X<brace> X<hashref> X<hash reference> X<reference, hash>
Dperlstyle.pod19 cares strongly about is that the closing curly bracket of
Dperlpod.pod547 sometimes you will want to put a real right angle bracket (a
551 one way to do it. One way is to simply escape the closing bracket
Dperlsyn.pod197 X<statement, compound> X<block> X<bracket, curly> X<curly bracket> X<brace>
Dperlfaq6.pod46 s{ < # opening angle bracket
54 > # closing angle bracket
/mirbsd/src/gnu/usr.bin/perl/lib/unicore/
DIndex.txt296 bag bracket, z notation left 27E6
449 bracket, z notation left bag 27E6
450 bracket, closing curly 007D
451 bracket, closing square 005D
464 bracket, opening curly 007B
465 bracket, opening square 005B
692 closing curly bracket 007D
695 closing square bracket 005D
959 curly bracket, closing 007D
961 curly bracket, opening 007B
[all …]
DNamesList.txt207 x (left-pointing angle bracket - 2329)
208 x (mathematical left angle bracket - 27E8)
209 x (left angle bracket - 3008)
216 x (right-pointing angle bracket - 232A)
217 x (mathematical right angle bracket - 27E9)
218 x (right angle bracket - 3009)
287 * other bracket characters: 3008-301B
480 x (left double angle bracket - 300A)
555 x (right double angle bracket - 300B)
9896 x (left-pointing angle bracket - 2329)
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dfdl.texi354 covers that bracket the Document within the aggregate, or the
356 Otherwise they must appear on printed covers that bracket the whole
/mirbsd/src/gnu/usr.bin/perl/
Dtoke.c9095 char *bracket = Nullch; local
9151 bracket = s;
9163 if (bracket) {
9201 bracket++;
9238 s = bracket; /* let the parser handle it */

123