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 D | Makefile.am | 16 -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 D | zh_HK.po | 26 #, perl-brace-format
|
H A D | el.po | 27 #, perl-brace-format
|
H A D | zh_TW.po | 26 #, perl-brace-format
|
H A D | ja.po | 26 #, perl-brace-format
|
H A D | sr.po | 26 #, perl-brace-format
|
H A D | uk.po | 27 #, perl-brace-format
|
H A D | zh_CN.po | 27 #, perl-brace-format
|
H A D | ru.po | 29 #, perl-brace-format
|
H A D | nl.po | 28 #, perl-brace-format
|
H A D | af.po | 27 #, perl-brace-format
|
H A D | sv.po | 26 #, perl-brace-format
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | make-proto.pl | 13 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 D | lang-perl-2 | 26 -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 D | format-perl-brace-1 | 47 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 D | xgettext-perl-1 | 154 -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 D | Makefile.am | 109 format-perl-brace-1 format-perl-brace-2 \
|
/netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/ |
H A D | symbol.map | 100 -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 D | text.map | 624 # 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 D | CodingStyle | 18 - 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 D | directive-for-escape.mk | 205 closing-brace= } # guard against an 206 ${closing-brace}= <closing-brace> # alternative interpretation
|
H A D | varmod-edge.mk | 20 # 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 D | varmod-to-separator.mk | 41 # 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 D | dir.c | 769 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.pro | 7 -brs /* struct brace on same line */
|
12345678910>>...15