| /freebsd-9-stable/contrib/texinfo/makeinfo/ |
| D | footnote.c | 158 int braces = 1; in cm_footnote() local 161 while (braces) in cm_footnote() 170 braces++; in cm_footnote() 172 braces--; in cm_footnote()
|
| /freebsd-9-stable/contrib/sendmail/libmilter/ |
| D | smfi.c | 795 char braces[4]; local 809 braces[0] = '{'; 810 braces[1] = *symname; 811 braces[2] = '}'; 812 braces[3] = '\0'; 815 braces[0] = '\0'; 829 if (braces[0] != '\0' && strcmp(*s, braces) == 0)
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | su-filter.pl | 10 my $braces = 0; 31 $braces = 1;
|
| /freebsd-9-stable/contrib/libucl/src/ |
| D | ucl_parser.c | 1145 int braces[3][2] = {{0, 0}, {0, 0}, {0, 0}}; in ucl_parse_string_value() local 1153 braces[UCL_BRACE_FIGURE][0] ++; in ucl_parse_string_value() 1156 braces[UCL_BRACE_FIGURE][1] ++; in ucl_parse_string_value() 1157 if (braces[UCL_BRACE_FIGURE][1] <= braces[UCL_BRACE_FIGURE][0]) { in ucl_parse_string_value() 1165 braces[UCL_BRACE_SQUARE][0] ++; in ucl_parse_string_value() 1168 braces[UCL_BRACE_SQUARE][1] ++; in ucl_parse_string_value() 1169 if (braces[UCL_BRACE_SQUARE][1] <= braces[UCL_BRACE_SQUARE][0]) { in ucl_parse_string_value()
|
| /freebsd-9-stable/tools/regression/bin/sh/parser/ |
| D | empty-braces1.0 | 4 # pair of braces.
|
| /freebsd-9-stable/contrib/groff/contrib/mom/examples/ |
| D | elvis_syntax | 17 color braces like char 53 font braces { \{ \{\
|
| D | elvis_syntax.new | 32 color braces like char 68 font braces { \{ \} \{\ }
|
| /freebsd-9-stable/tools/regression/bin/sh/execution/ |
| D | func2.0 | 2 # The empty pairs of braces here are to test that this does not cause a crash.
|
| /freebsd-9-stable/contrib/dtc/Documentation/ |
| D | dts-format.txt | 14 braces marking the start and end of the node definition. They may be 65 or they may be '&' followed by a node's full path in braces:
|
| /freebsd-9-stable/tools/tools/kdrv/ |
| D | sample.drvinfo | 11 # Description (must be in curly braces)
|
| /freebsd-9-stable/tools/regression/bin/sh/expansion/ |
| D | plus-minus3.0 | 31 # which does not do much except quoting close braces.
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r199786-sparc.diff | 18 + // Remove the braces from around the name.
|
| /freebsd-9-stable/contrib/ofed/management/opensm/doc/ |
| D | opensm-coding-style.txt | 21 character for alignment, K&R style braces, short local and meanful
|
| /freebsd-9-stable/contrib/gperf/ |
| D | aclocal.m4 | 57 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
| /freebsd-9-stable/sys/modules/zfs/ |
| D | Makefile | 113 CWARNFLAGS+=-Wno-missing-braces
|
| /freebsd-9-stable/contrib/bind9/lib/isccfg/ |
| D | parser.c | 1781 int braces = 0; in parse_unsupported() local 1791 braces++; in parse_unsupported() 1793 braces--; in parse_unsupported() 1795 if (braces == 0) in parse_unsupported() 1798 if (pctx->token.type == isc_tokentype_eof || braces < 0) { in parse_unsupported() 1807 INSIST(braces == 0); in parse_unsupported()
|
| D | namedconf.c | 2544 isc_boolean_t braces = ISC_FALSE; in parse_server_key_kludge() local 2552 braces = ISC_TRUE; in parse_server_key_kludge() 2557 if (braces) { in parse_server_key_kludge()
|
| /freebsd-9-stable/crypto/heimdal/lib/roken/ |
| D | glob.hin | 84 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */
|
| /freebsd-9-stable/contrib/ntp/lib/isc/include/isc/ |
| D | platform.h.in | 245 * Define if PTHREAD_ONCE_INIT should be surrounded by braces to
|
| /freebsd-9-stable/contrib/bind9/lib/isc/include/isc/ |
| D | platform.h.in | 263 * Define if PTHREAD_ONCE_INIT should be surrounded by braces to
|
| /freebsd-9-stable/crypto/heimdal/ |
| D | ChangeLog.1999 | 1753 * kpasswd/kpasswdd.c (doit): more braces to make gcc happy 1888 * lib/krb5/store.c (krb5_store_stringz): braces fix 1890 * lib/kadm5/get_s.c (kadm5_s_get_principal): braces fix 1892 * lib/kadm5/ent_setup.c (_kadm5_setup_entry): braces fix 1894 * kdc/connect.c (loop): braces fix 1898 * lib/krb5/log.c (krb5_addlog_dest): more braces to make gcc happy 1903 * kadmin/util.c (timeval2str): more braces to make gcc happy
|
| /freebsd-9-stable/contrib/texinfo/doc/ |
| D | texinfo.txi | 150 * Insertions:: Inserting @@-signs, braces, etc. 1188 @var{sample-code} in this example, between the braces. (@code{@@code} 1204 As a general rule, a command requires braces if it mingles among other 1205 text; but it does not need braces if it starts a line of its own. The 1207 they do not need braces.@refill 1848 cursor between the braces.@refill 1854 cursor between the braces.@refill 1874 cursor between the braces.@refill 1894 cursor between the braces.@refill 1906 cursor between the braces.@refill [all …]
|
| /freebsd-9-stable/contrib/ntp/sntp/m4/ |
| D | ntp_libntp.m4 | 449 [if extra braces are needed for PTHREAD_ONCE_INIT], 474 [Enclose PTHREAD_ONCE_INIT in extra braces?])
|
| /freebsd-9-stable/contrib/nvi/docs/tutorial/ |
| D | vi.advanced | 11 Another point to remember is that commands are surrounded by curly-braces and 15 surrounded by curly-braces on the section line where that command is 598 of curly braces since the command itself contains a curly brace - we 895 notation. Using curly braces to surround command strings works fine as 896 long as the command string does not contain any curly braces itself. 897 However, the curly braces are legitimate commands in vi. Therefore, for 898 any command sequence that contains curly braces, we will surround that 899 sequence with SQUARE braces, as on the previous Section line.)
|
| D | vi.beginner | 65 We will adopt the notation of putting commands in curly braces so we can write 69 that the curly braces are NOT part of the command string you are to type. Do 70 NOT type the curly braces. 72 Sometimes, the command string in the curly braces will be rather long, and may
|