Searched refs:brace (Results 1 - 25 of 50) sorted by relevance

12

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dexpand.c272 register int brace; local
286 range = comma = brace = 0;
291 if(brace++==0)
295 if(--brace>0)
297 if(brace==0 && comma && *cp!='(')
299 comma = brace = 0;
302 if(brace==1 && *cp=='.')
375 if(brace==1)
391 brace=path_expand(shp,ap->argval,arghead);
396 brace
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTextEditorModel.js768 return ((braceTokenLeft === "brace-start" && braceTokenRight === "brace-end") || (braceTokenLeft === "block-start" && braceTokenRight === "block-end"));
787 var brace = braceIndex >= 0 ? braces[braceIndex] : null;
788 if (brace && brace.startColumn === column && (brace.token === "block-end" || brace.token === "brace-end"))
800 brace = braces[braceIndex];
801 if (brace
833 var brace = braceIndex < braces.length ? braces[braceIndex] : null; variable
[all...]
H A DSourceJavaScriptTokenizer.js270 this.tokenType = "brace-start";
315 { this.tokenType = "brace-end"; return cursor; }
1229 this.tokenType = "brace-start";
1276 { this.tokenType = "brace-end"; return cursor; }
/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Dmake-proto.pl13 my $brace = 0;
84 print $brace, " ", $_ if($debug);
111 $brace++;
212 $brace--;
215 $brace = 0;
217 if($brace == 0) {
/macosx-10.9.5/ruby-104/ruby/misc/
H A Druby-electric.el81 (const :tag "Curly brace" ?\{ )
82 (const :tag "Square brace" ?\[ )
83 (const :tag "Round brace" ?\( )
/macosx-10.9.5/vim-53/runtime/indent/
H A Dperl.vim126 " Find a real opening brace
130 " If the brace is highlighted in one of those groups, indent it.
137 let brace = strpart(line, bracepos, 1)
138 if brace == '(' || brace == '{' || brace == '['
H A Dawk.vim13 " - This version likes the closing brace of a multiline pattern-action be on
57 " Increase indent if the previous line contains an opening brace. Search
58 " for this brace the hard way to prevent errors if the previous line is a
75 " If this line starts with an open brace bail out now before the line
85 " indented the positive brace balance case above
113 " 1 If the previous line contains closing braces and has negative brace
114 " balance, search backwards until cumulative brace balance becomes zero,
/macosx-10.9.5/Libc-997.90.3/regex/FreeBSD/
H A Dcname.h104 {L"left-brace", L'{'},
120 {L"right-brace", L'}'},
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest60.vim58 " Existing script curly-brace variable
68 " Non-existing script-local curly-brace variable
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dindent.vim33 syn match indentOptions '-\%(bli\|c\%([bl]i\|[dip]\)\=\|di\=\|ip\=\|lc\=\|pp\=i\|sbi\|ts\|-\%(brace-indent\|comment-indentation\|case-brace-indentation\|declaration-comment-column\|continuation-indentation\|case-indentation\|else-endif-column\|line-comments-indentation\|declaration-indentation\|indent-level\|parameter-indentation\|line-length\|comment-line-length\|paren-indentation\|preprocessor-indentation\|struct-brace-indentation\|tab-size\)\)'
H A Dplaintex.vim88 \ '\\\%(brace\%(vert\)\=\|brack\|cases\|choose\|[lr]\%(angle\|brace\|brack\|ceil\|floor\|group\)\|over\%(brace\|\%(left\|right\)arrow\)\|underbrace\)\>'
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Ddaemon.c807 char *p, *colon, *brace, *space, *tmp, *tval, *hval, *sval, *pval, *mval; local
922 brace = strchr(p, '[');
927 if ((brace != NULL) && (brace < colon))
929 n = brace - p;
936 n = colon - (brace + 1) - 1;
940 memcpy(pval, (brace + 1), n);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfastfind.c171 int brace = 0; local
604 if (!brace)
606 brace++;
612 if (brace)
614 brace--;
619 if (!brace)
623 if (!brace && paren > 0 && !--paren)
628 if (!brace && !paren)
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/tools/rpm/
H A Didnkit.spec127 - add brace/lace functions to libmdnresolv(mdnkit-1.2-runmdn.patch)
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dlist.test81 } 1 {unmatched open brace in list}
156 } 1 {unmatched open brace in list}
173 } 1 {unmatched open brace in list}
/macosx-10.9.5/ruby-104/ruby/ext/openssl/lib/openssl/
H A Dconfig.rb146 raise ConfigError, "no close brace"
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclUtil.c114 * after the opening brace and *sizePtr will not include either of the
155 * Skim off leading white space and check for an opening brace or quote.
182 * Find element's end (a space, close brace, or the end of the string).
188 * Open brace: don't treat specially unless the element is in
199 * Close brace: if element is in braces, keep nesting count and
200 * quit when the last close brace is seen.
215 * Garbage after the closing brace; return an error.
302 Tcl_SetResult(interp, "unmatched open brace in list",
418 int length, size, i, result, elSize, brace;
457 &elSize, &brace);
415 int length, size, i, result, elSize, brace; local
531 int *argn, length, size, i, result, elSize, brace; local
[all...]
H A DtclParse.c43 * TYPE_BRACE - Character is a curly brace (either left or right).
462 int size, brace;
465 &elemStart, &nextElem, &size, &brace);
469 if (!brace) {
601 Tcl_SetResult(interp, "extra characters after close-brace",
1385 * 1. The $ sign is followed by an open curly brace. Then the variable
1386 * name is everything up to the next close curly brace, and the
1388 * 2. The $ sign is not followed by an open curly brace. Then the variable
1413 "missing close-brace for variable name", TCL_STATIC);
1759 Tcl_SetResult(parsePtr->interp, "missing close-brace", TCL_STATI
460 int size, brace; local
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/
H A DYapp.pm207 for that today. If you need a brace in a double-quoted string, just
215 qq/ My unmatched brace \} /.
217 q/ for my closing brace } /
218 q/ My opening brace { /
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm207 for that today. If you need a brace in a double-quoted string, just
215 qq/ My unmatched brace \} /.
217 q/ for my closing brace } /
218 q/ My opening brace { /
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dproto.c1290 int brace; member in struct:proto
3127 if (!sstrncmp( proto->tp, "inline", 6) && !(flags & ((1L<<15)|(1L<<23)|(1L<<25)|(1L<<26))) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0))
3246 if (!(flags & (1L<<0)) || proto->brace == 0)
3303 if (!(flags & (1L<<0)) || proto->brace == 0)
3336 if (proto->brace == 0 && paren == 0 && last != '=' && (flags & ((1L<<0)|(1L<<1)|(1L<<3)|(1L<<15)|(1L<<19)|(1L<<23)|(1L<<25))) == ((1L<<15)|(1L<<25)) && ((dir & 03) != 03 || ((dir>>2) & 03) != 01))
3462 if (proto->brace++ == 0 && paren == 0)
3756 proto->brace = 0;
3769 if (--proto->brace == 0)
3784 if (last == ')' && proto->brace && (group != 2 || call != 2)) flags |= (1L<<23);
3949 if (proto->brace
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclUtil.c114 * to the character after the opening brace and *sizePtr will not
157 * Skim off leading white space and check for an opening brace or
184 * Find element's end (a space, close brace, or the end of the string).
191 * Open brace: don't treat specially unless the element is in
202 * Close brace: if element is in braces, keep nesting count and
203 * quit when the last close brace is seen.
218 * Garbage after the closing brace; return an error.
313 Tcl_SetResult(interp, "unmatched open brace in list",
432 int length, size, i, result, elSize, brace;
467 &list, &elSize, &brace);
429 int length, size, i, result, elSize, brace; local
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/
H A Dperltidy305 can be helpful if you are looking for a brace, paren, or bracket nesting error.
514 useful when perltidy is merely being used to help find a brace error in
623 bracket of an anonymous array, or opening curly brace of an anonymous
688 B<-cbi> or B<--closing-brace-indentation> controls non-block B<}>'s.
696 =item B<-icb>, B<--indent-closing-brace>
698 The B<-icb> option gives one extra level of indentation to a brace which
822 the parameter B<-bt=n> or B<--brace-tightness=n>.
829 parameter B<-bbt=n> or B<--block-brace-tightness=n> as illustrated in the
875 of a line which is followed by a closing curly brace on the next line. This
1100 automatically create and place after the closing brace o
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/bin/
H A Dperltidy272 can be helpful if you are looking for a brace, paren, or bracket nesting error.
408 useful when perltidy is merely being used to help find a brace error in
478 bracket of an anonymous array, or opening curly brace of an anonymous
543 B<-cbi> or B<--closing-brace-indentation> controls non-block B<}>'s.
551 =item B<-icb>, B<--indent-closing-brace>
553 The B<-icb> option gives one extra level of indentation to a brace which
677 the parameter B<-bt=n> or B<--brace-tightness=n>.
684 parameter B<-bbt=n> or B<--block-brace-tightness=n> as illustrated in the
713 of a line which is followed by a closing curly brace on the next line. This
913 automatically create and place after the closing brace o
[all...]
/macosx-10.9.5/adv_cmds-153/localedef/
H A Dlocaledef.pl171 <left-brace> \\173
174 <right-brace> \\175

Completed in 247 milliseconds

12