Home
last modified time | relevance | path

Searched refs:brace (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-9-stable/crypto/heimdal/cf/
Dmake-proto.pl7 $brace = 0;
67 print $brace, " ", $_ if($debug);
84 $brace++;
156 $brace--;
159 $brace = 0;
161 if($brace == 0) {
/freebsd-9-stable/usr.bin/make/
Ddir.c285 int wild = 0, brace = 0, bracket = 0; in Dir_HasWildcards() local
290 brace++; in Dir_HasWildcards()
294 brace--; in Dir_HasWildcards()
311 return (wild && bracket == 0 && brace == 0); in Dir_HasWildcards()
380 DirExpandCurly(const char *word, const char *brace, struct Path *path, in DirExpandCurly() argument
394 start = brace + 1; in DirExpandCurly()
412 otherLen = brace - word + strlen(end); in DirExpandCurly()
431 if (brace != word) in DirExpandCurly()
432 strncpy(file, word, brace - word); in DirExpandCurly()
434 strncpy(&file[brace - word], start, cp - start); in DirExpandCurly()
[all …]
/freebsd-9-stable/usr.bin/xlint/lint1/
Dinit.c129 popinit(int brace) in popinit() argument
132 if (brace) { in popinit()
138 brace = initstk->i_brace; in popinit()
140 } while (!brace); in popinit()
271 nextinit(int brace) in nextinit() argument
274 if (!brace) { in nextinit()
/freebsd-9-stable/contrib/groff/font/devlj4/generate/
Dsymbol.map100 -1 F07B { lC # left brace
102 -1 F07D } rC # right brace
179 -1 F0EC lt bracelefttp # composite left brace (top) (u23A7)
180 -1 F0ED lk braceleftex # composite left brace (middle) (u23A8)
181 -1 F0EE lb braceleftbt # composite left brace (bottom) (u23A9)
182 -1 F0EF u23AA # composite brace extender (u23AA)
195 -1 F0FC rt bracerighttp # composite right brace (top) (u23AB)
196 -1 F0FD rk bracerightex # composite right brace (middle) (u23AC)
197 -1 F0FE rb bracerightbt # composite right brace (bottom) (u23AD)
Dtext.map624 # 600 top left brace *
625 # 601 middle left brace *
626 # 602 bottom left brace *
635 # 610 top right brace *
636 # 611 middle right brace *
637 # 612 bottom right brace *
/freebsd-9-stable/contrib/bmake/
Ddir.c481 int wild = 0, brace = 0, bracket = 0; in Dir_HasWildcards() local
486 brace++; in Dir_HasWildcards()
490 brace--; in Dir_HasWildcards()
507 return wild && bracket == 0 && brace == 0; in Dir_HasWildcards()
587 DirExpandCurly(const char *word, const char *brace, Lst path, Lst expansions) in DirExpandCurly() argument
602 start = brace+1; in DirExpandCurly()
621 otherLen = brace - word + strlen(end); in DirExpandCurly()
640 if (brace != word) { in DirExpandCurly()
641 strncpy(file, word, brace-word); in DirExpandCurly()
644 strncpy(&file[brace-word], start, cp-start); in DirExpandCurly()
[all …]
/freebsd-9-stable/usr.bin/rpcgen/
Drpc_cout.c203 print_ifclose(int indent, int brace) in print_ifclose() argument
208 if (brace) in print_ifclose()
217 int brace = 0; in print_ifstat() local
221 brace = 1; in print_ifstat()
283 print_ifclose(indent, brace); in print_ifstat()
/freebsd-9-stable/contrib/pf/pfctl/
Dpfctl.c832 int brace; in pfctl_show_rules() local
927 brace = 0; in pfctl_show_rules()
935 brace++; in pfctl_show_rules()
945 if (brace) in pfctl_show_rules()
950 if (brace) { in pfctl_show_rules()
1270 int brace = 0; in pfctl_load_ruleset() local
1281 brace++; in pfctl_load_ruleset()
1311 if (brace && pf->opts & PF_OPT_VERBOSE) { in pfctl_load_ruleset()
Dpfctl_parser.h80 int brace; member
/freebsd-9-stable/contrib/gperf/
Daclocal.m458 # It thinks the first close brace ends the variable substitution.
/freebsd-9-stable/contrib/texinfo/makeinfo/
Dmakeinfo.c1203 int i, brace = 0; in get_until_in_braces() local
1214 brace++; in get_until_in_braces()
1217 brace--; in get_until_in_braces()
1220 if (brace == 0) in get_until_in_braces()
1226 if (brace < 0 || in get_until_in_braces()
1227 (brace == 0 && strncmp (input_text + i, match, match_len) == 0)) in get_until_in_braces()
/freebsd-9-stable/contrib/tcsh/
Dsrc.desc25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticParseKinds.td150 def err_extraneous_closing_brace : Error<"extraneous closing brace ('}')">;
429 "'@end' appears where closing brace '}' is expected">;
/freebsd-9-stable/contrib/gcc/
Dacinclude.m4197 # It thinks the first close brace ends the variable substitution.
/freebsd-9-stable/contrib/gcc/doc/
Dgty.texi38 In a structure definition, before the open brace;
Dc-tree.texi2477 These nodes represent the brace-enclosed initializers for a structure or
2509 representing the brace-enclosed list of initializers in the compound
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-2002778 a scalar with a brace-enclosed expression.
1162 * init.c (expand_default_init): Handle brace-enclosed initializers
1262 brace-enclosed initializers.
1279 (expand_default_init): Handle brace-enclosed initializers
1285 brace-enclosed initializer.
1289 (digest_init): Tidy handling of brace-enclosed initializers.
DChangeLog113 * typeck2.c (digest_init): Allow brace-enclosed initializers for
523 them if the opening brace was found.
549 * decl.c (cp_finish_decl): Check for value dependent brace enclosed
4256 the closing brace of the enumeration, when reporting warnings
/freebsd-9-stable/contrib/amd/doc/
Dtexinfo.tex3600 % Swallow the left brace of the text (first parameter):
3605 \bgroup % Instead of the swallowed brace.
5031 % right brace, after last delimiter expect closing brace:
5622 % an opening brace, and that opening brace is not consumed.
6157 % pagealignmacro call if that space before the closing brace is
6254 % swallow the left brace
/freebsd-9-stable/contrib/groff/doc/
Dtexinfo.tex3672 % Swallow the left brace of the text (first parameter):
3677 \bgroup % Instead of the swallowed brace.
5103 % right brace, after last delimiter expect closing brace:
5694 % an opening brace, and that opening brace is not consumed.
6229 % pagealignmacro call if that space before the closing brace is
6326 % swallow the left brace
/freebsd-9-stable/contrib/gcc/doc/include/
Dtexinfo.tex3774 % Swallow the left brace of the text (first parameter):
3779 \bgroup % Instead of the swallowed brace.
5227 % right brace, after last delimiter expect closing brace:
5818 % an opening brace, and that opening brace is not consumed.
6358 % pagealignmacro call if that space before the closing brace is
6455 % swallow the left brace
/freebsd-9-stable/contrib/texinfo/
DNEWS495 * Unmatched brace error reporting improved.
/freebsd-9-stable/share/dict/
Dweb2a1684 angle brace
2365 arch brace
4474 batter brace
5159 belly brace
6676 body brace
7099 boom brace
7346 bow brace
7541 brace bit
7542 brace block
7543 brace box
[all …]
/freebsd-9-stable/contrib/texinfo/doc/
Dtexinfo.txi1925 Move from between a pair of braces forward past the closing brace.
5250 normal brace-delimited argument. For example:
5857 brace of an @code{@@xref}. It is required to terminate the cross
5909 (Note that in the preceding example the closing brace is followed by a
5933 (Note that in the preceding example the closing brace is followed by a
5974 (Note that in the preceding example the closing brace is followed by a
5997 (Note that in the preceding example the closing brace is followed by a
6017 Also, remember to write a comma or period after the closing brace of an
6105 Remember that a comma or period must follow the closing brace of an
6323 the command's closing brace. The command differs from @code{@@xref}
[all …]
/freebsd-9-stable/contrib/binutils/ld/
DChangeLog-0203568 * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
1423 * ld.texinfo: Remove spaces between @samp and opening brace.

123