Home
last modified time | relevance | path

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

12345678910>>...15

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/po/
H A DMakefile.am16 -k_ --flag=_:1:pass-perl-format --flag=_:1:pass-perl-brace-format \
17 -k__ --flag=__:1:pass-perl-format --flag=__:1:pass-perl-brace-format \
19 -k'%__' --flag=%__:1:pass-perl-format --flag=%__:1:pass-perl-brace-format \
20 -k__x --flag=__x:1:perl-brace-format \
21 -k__n:1,2 --flag=__n:1:pass-perl-format --flag=__n:1:pass-perl-brace-format \
22 --flag=__n:2:pass-perl-format --flag=__n:2:pass-perl-brace-format \
23 -k__nx:1,2 --flag=__nx:1:perl-brace-format --flag=__nx:2:perl-brace-format \
24 -k__xn:1,2 --flag=__xn:1:perl-brace-format --flag=__xn:2:perl-brace-format \
25 -kN__ --flag=N__:1:pass-perl-format --flag=N__:1:pass-perl-brace-format
H A Dzh_HK.po26 #, perl-brace-format
H A Del.po27 #, perl-brace-format
H A Dzh_TW.po26 #, perl-brace-format
H A Dja.po26 #, perl-brace-format
H A Dsr.po26 #, perl-brace-format
H A Duk.po27 #, perl-brace-format
H A Dzh_CN.po27 #, perl-brace-format
H A Dru.po29 #, perl-brace-format
H A Dnl.po28 #, perl-brace-format
H A Daf.po27 #, perl-brace-format
H A Dsv.po26 #, perl-brace-format
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dmake-proto.pl13 my $brace = 0;
87 print $brace, " ", $_ if($debug);
114 $brace++;
214 $brace--;
217 $brace = 0;
219 if($brace == 0) {
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dlang-perl-226 -k__ --flag=__:1:pass-perl-format --flag=__:1:pass-perl-brace-format \
27 -k__n:1,2 --flag=__n:1:pass-perl-format --flag=__n:1:pass-perl-brace-format \
28 --flag=__n:2:pass-perl-format --flag=__n:2:pass-perl-brace-format \
29 -k__x --flag=__x:1:perl-brace-format \
H A Dformat-perl-brace-147 if grep perl-brace-format f-pb-1-$n.po > /dev/null; then
53 if grep perl-brace-format f-pb-1-$n.po > /dev/null; then
H A Dxgettext-perl-1154 -k_ --flag=_:1:pass-perl-format --flag=_:1:pass-perl-brace-format \
155 -k%__ --flag=%__:1:pass-perl-format --flag=%__:1:pass-perl-brace-format \
156 -k\$__ --flag=\$__:1:pass-perl-format --flag=\$__:1:pass-perl-brace-format \
H A DMakefile.am109 format-perl-brace-1 format-perl-brace-2 \
/netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/
H A 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)
H A 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 *
/netbsd-src/external/mit/isl/dist/doc/
H A DCodingStyle18 - opening brace of a function is placed on a new line
19 - opening brace of other blocks stays on the same line
21 - an else appears on the same line as the closing brace of
22 the then branch, if there is such a closing brace
/netbsd-src/usr.bin/make/unit-tests/
H A Ddirective-for-escape.mk205 closing-brace= } # guard against an
206 ${closing-brace}= <closing-brace> # alternative interpretation
H A Dvarmod-edge.mk20 # The first closing brace matches the opening parenthesis.
21 # The second closing brace actually ends the expression.
24 INP= (paren-brace} (
26 EXP= (paren-brace}
31 # After the :M modifier has parsed the pattern, only the closing brace
37 # XXX: This is unexpected. The opening brace should also be unescaped.
52 # missing the closing brace. The expression is evaluated anyway.
53 # The final brace in the output comes from the end of M.nest-mix.
98 # closing brace would match the opening parenthesis (see paren-brace), an
[all...]
H A Dvarmod-to-separator.mk41 # This example also demonstrates that the closing brace is not interpreted
57 # colon is followed by the closing brace. It's the latter case.
59 . warning Colon followed by closing brace does not work.
64 . warning Empty separator before closing brace does not work.
/netbsd-src/usr.bin/make/
H A Ddir.c769 DirExpandCurly(const char *word, const char *brace, SearchPath *path, in DirExpandCurly() argument
777 middle = brace + 1; in DirExpandCurly()
785 prefix_len = (size_t)(brace - prefix); in DirExpandCurly()
892 const char *brace, *slash, *wildcard, *wildcardComponent; in SearchPath_Expand() local
899 brace = strchr(pattern, '{'); in SearchPath_Expand()
900 if (brace != NULL) { in SearchPath_Expand()
901 DirExpandCurly(pattern, brace, path, expansions); in SearchPath_Expand()
/netbsd-src/external/bsd/flex/dist/
H A D.indent.pro7 -brs /* struct brace on same line */

12345678910>>...15