Searched refs:lbrace (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/awk-18/src/
H A Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
141 lbrace: label
142 '{' | lbrace NL
176 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); }
178 | pa_pat ',' pa_pat lbrace stmtlist '}' { $$ = pa2stat($1, $3, $5); }
179 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); }
180 | XBEGIN lbrace stmtlist '}'
182 | XEND lbrace stmtlist '}'
184 | FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}'
328 | lbrace stmtlis
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ripper/
H A Dtest_scanner_events.rb378 scan('lbrace', '')
380 scan('lbrace', '3.times{ }')
382 scan('lbrace', '3.times { }')
384 scan('lbrace', '3.times{}')
386 scan('lbrace', '"{}"')
388 scan('lbrace', '{1=>2}')
/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DLLToken.h28 lbrace, rbrace, // { } enumerator in enum:llvm::lltok::Kind
H A DLLParser.cpp493 ParseToken(lltok::lbrace, "Expected '{' here"))
527 ParseToken(lltok::lbrace, "Expected '{' here") ||
1163 if (Lex.getKind() == lltok::lbrace) {
1319 case lltok::lbrace:
1333 if (Lex.getKind() == lltok::lbrace) {
1597 if (Lex.getKind() != lltok::lbrace) {
1634 assert(Lex.getKind() == lltok::lbrace);
2013 case lltok::lbrace: {
2031 bool isPackedStruct = EatIfPresent(lltok::lbrace);
2475 assert(Lex.getKind() == lltok::lbrace);
[all...]
H A DLLLexer.cpp245 case '{': return lltok::lbrace;
/macosx-10.9.5/cxxfilt-11/cxxfilt/etc/
H A Dtexi2pod.pl215 s/\@\{/&lbrace;/g;
427 s/&lbrace;/\{/g;
/macosx-10.9.5/ruby-104/ruby/
H A Ddir.c1602 const char *lbrace = 0, *rbrace = 0; local
1607 lbrace = p;
1619 if (lbrace && rbrace) {
1625 memcpy(buf, s, lbrace-s);
1626 shift = (lbrace-s);
1627 p = lbrace;
1646 else if (!lbrace && !rbrace) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtex.vim388 syn keyword texMathDelimKey contained lbrace lvert rfloor
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex627 if \textbf{dp} contains $\lbrace a, b, c, \ldots \rbrace$ where \textbf{dp}$_0 = a$, \textbf{dp}$_1 = b$, \textbf{dp}$_2 = c$, $\ldots$ then
1418 3. $a.used \leftarrow \left \lbrace \begin{array}{ll}
1956 \hspace{6mm}2.2.1 $c.sign \leftarrow \left \lbrace \begin{array}{ll}
2651 \vec x_n = \sum_{i+j = n} a_ib_j, \forall n \in \lbrace 0, 1, 2, \ldots, i + j \rbrace
5048 2. $winsize \leftarrow \left \lbrace \begin{array}{ll}
5375 6. $sign \leftarrow \left \lbrace \begin{array}{ll}
6188 0 \equiv x^{p-1} - 1 \equiv \left \lbrace \left (x^2 \right )^{(p-1)/2} - a^{(p-1)/2} \right \rbrace + \left ( a^{(p-1)/2} - 1 \right ) \mbox{ (mod }p\mbox{)}
H A Dbn.tex1805 symbol. The result is stored in $c$ and can take on one of three values $\lbrace -1, 0, 1 \rbrace$. If $p$ is prime
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex1105 \ifx\p\lbrace
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex960 \ifx\p\lbrace
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex1317 \ifx\p\lbrace
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex1046 \ifx\p\lbrace
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex1325 \ifx\p\lbrace
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex1325 \ifx\p\lbrace
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex1000 \ifx\p\lbrace

Completed in 408 milliseconds