Home
last modified time | relevance | path

Searched full:curly (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd/contrib/less/
H A Devar.c24 * Skip to the next unescaped slash or right curly bracket in a string.
39 * (slash, pattern, slash, replacement), followed by right curly bracket.
134 * of the environment var string (including the final right curly bracket).
136 * Return the new value of e to point just after the final right curly bracket.
181 break; /* missing right curly bracket; ignore var */ in expand_evars()
H A Dless.nro233 If a left curly bracket appears in the top line displayed
235 the { command will go to the matching right curly bracket.
236 The matching right curly bracket is positioned on the bottom
238 If there is more than one left curly bracket on the top line,
241 If a right curly bracket appears in the bottom line displayed
243 the } command will go to the matching left curly bracket.
244 The matching left curly bracket is positioned on the top
246 If there is more than one right curly bracket on the bottom line,
249 Like {, but applies to parentheses rather than curly brackets.
251 Like }, but applies to parentheses rather than curly brackets.
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DAsmWriterInst.cpp111 // the dollar sign is a curly brace. If so, advance VarEnd and DollarPos in AsmWriterInst()
112 // so the variable name does not contain the leading curly brace. in AsmWriterInst()
130 // In order to avoid starting the next string at the terminating curly in AsmWriterInst()
131 // brace, advance the end position past it if we found an opening curly in AsmWriterInst()
137 "Reached end of string before terminating curly brace in '" + in AsmWriterInst()
146 "Reached end of string before terminating curly brace in '" + in AsmWriterInst()
/freebsd/share/doc/usd/21.troff/
H A Dtable2239 \(lt \e\|(lt left top of big curly bracket
243 \(lk \e\|(lk left center of big curly bracket
244 \(rk \e\|(rk right center of big curly bracket
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-subst.exp42 1 two 3 left curly bracket
44 1 two 3 right curly bracket
H A Ddir.mk82 # Demonstrate debug logging for filename expansion, especially curly braces.
/freebsd/crypto/krb5/src/util/profile/
H A Dprofile.517 child section in curly braces. Relations are defined by using the
59 final by adding a '*' character after the closing curly brace. So for
/freebsd/contrib/llvm-project/libcxx/src/
H A Dregex.cpp113 {"left-curly-bracket", 0xc0},
135 {"right-curly-bracket", 0xd0},
254 {"left-curly-bracket", 0x7b},
276 {"right-curly-bracket", 0x7d},
/freebsd/lib/libc/regex/
H A Dcname.h130 {"left-curly-bracket", '{'},
133 {"right-curly-bracket", '}'},
/freebsd/tools/tools/locale/etc/charmaps/
H A DUS-ASCII.TXT132 0x7B 0x007B # LEFT CURLY BRACKET
134 0x7D 0x007D # RIGHT CURLY BRACKET
H A DCP1251.TXT143 0x7B 0x007B #LEFT CURLY BRACKET
145 0x7D 0x007D #RIGHT CURLY BRACKET
H A DCP866.TXT142 0x7b 0x007b #LEFT CURLY BRACKET
144 0x7d 0x007d #RIGHT CURLY BRACKET
H A DPT154.TXT146 0x7b 0x007B # LEFT CURLY BRACKET
148 0x7d 0x007D # RIGHT CURLY BRACKET
H A DISO8859-5.TXT172 0x7B 0x007B # LEFT CURLY BRACKET
174 0x7D 0x007D # RIGHT CURLY BRACKET
/freebsd/contrib/nvi/regex/
H A Dcname.h132 { L("left-curly-bracket"),'{' },
135 { L("right-curly-bracket"),'}' },
/freebsd/contrib/byacc/
H A Dreader.c1146 * Scan forward in the current line-buffer looking for a right-curly bracket.
1148 * Parameters begin with a left-curly bracket, and continue until there are no
1149 * more interesting characters after the last right-curly bracket on the
1244 * right-curly bracket is absent.
1251 int curly = 0; in copy_param() local
1260 int state = curly; in copy_param()
1268 if (curly == 1) in copy_param()
1272 curly = 1; in copy_param()
1276 if (curly != 1) in copy_param()
1280 curly = 2; in copy_param()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h70 /// The code between the curly braces has access to the following variables:
89 /// The code between the curly braces has access to the following variables:
121 /// The code between the curly braces has access to the following variables:
168 /// The code between the curly braces has access to the following variables:
449 /// The code between the curly braces has access to the following variables:
/freebsd/usr.sbin/jail/
H A Djail.conf.541 an opening curly brace, a list of at least two parameter assignments,
42 and a closing curly brace.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/lexer/
H A Derr.D_SYNTAX.brace1.d30 * ASSERTION: Test detection of extra curly braces.
H A Derr.D_SYNTAX.brace2.d30 * ASSERTION: * Test detection of missing curly braces.
/freebsd/tools/tools/kdrv/
H A Dsample.drvinfo10 # Description (must be in curly braces)
/freebsd/lib/libutil/
H A Dproperty.387 are desired, the entire value should be enclosed in { } (curly-bracket)
/freebsd/share/doc/psd/15.yacc/
H A Dssd68 and the curly braces can be dropped if the action is a
/freebsd/usr.bin/localedef/
H A Dcharmap.c162 { "left-curly-bracket", '{' },
165 { "right-curly-bracket", '}' },
/freebsd/lib/libcam/
H A Dcam_cdbparse.3299 is in curly braces.
300 The text in curly braces in this example are

12345