Home
last modified time | relevance | path

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

123

/freebsd/contrib/bmake/unit-tests/
H A Ddirective-for-escape.mk205 closing-brace= } # guard against an
206 ${closing-brace}= <closing-brace> # alternative interpretation
H A Dvarmod-edge.mk24 INP= (paren-brace} (
26 EXP= (paren-brace}
H A Dvarmod-to-separator.mk59 . warning Colon followed by closing brace does not work.
64 . warning Empty separator before closing brace does not work.
/freebsd/usr.bin/rpcgen/
H A Drpc_cout.c193 print_ifclose(int indent, int brace) in print_ifclose() argument
198 if (brace) in print_ifclose()
207 int brace = 0; in print_ifstat() local
211 brace = 1; in print_ifstat()
273 print_ifclose(indent, brace); in print_ifstat()
/freebsd/contrib/bmake/
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()
/freebsd/contrib/bc/src/
H A Dbc_parse.c951 bc_parse_endBody(BcParse* p, bool brace) in bc_parse_endBody() argument
958 if (brace) in bc_parse_endBody()
982 if (has_brace && !brace) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_endBody()
1037 else if (!has_brace && (!BC_PARSE_IF_END(p) || brace)) in bc_parse_endBody()
1047 if (brace && has_brace) brace = false; in bc_parse_endBody()
1054 while (p->flags.len > 1 && !new_else && (!BC_PARSE_IF_END(p) || brace) && in bc_parse_endBody()
1058 if (BC_ERR(p->flags.len == 1 && brace)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_endBody()
1059 else if (brace && BC_PARSE_BRACE(p)) in bc_parse_endBody()
1560 bc_parse_body(BcParse* p, bool brace) in bc_parse_body() argument
1576 if (BC_ERR(!brace)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_body()
[all …]
/freebsd/sbin/pfctl/tests/files/
H A Dpf0092.in29 } # comment after closing brace
/freebsd/usr.bin/indent/tests/
H A Delsecomment.036 /* before the left brace. */
H A Delsecomment.0.stdout41 /* before the left brace. */
/freebsd/sbin/pfctl/
H A Dpfctl.c1102 int brace; in pfctl_show_eth_rules() local
1171 brace = 0; in pfctl_show_eth_rules()
1182 brace++; in pfctl_show_eth_rules()
1194 if (brace) in pfctl_show_eth_rules()
1199 if (brace) { in pfctl_show_eth_rules()
1856 int brace = 0; in pfctl_load_eth_ruleset() local
1866 brace++; in pfctl_load_eth_ruleset()
1895 if (brace && pf->opts & PF_OPT_VERBOSE) { in pfctl_load_eth_ruleset()
1955 int brace = 0; in pfctl_load_ruleset() local
1966 brace++; in pfctl_load_ruleset()
[all …]
/freebsd/contrib/tcsh/
H A Dsrc.desc25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
/freebsd/contrib/bc/locales/
H A Den_AU.ISO8859-1.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_CA.ISO8859-1.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_CA.UTF-8.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_GB.UTF-8.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_IE.US_ASCII.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_NZ.ISO8859-15.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_NZ.utf8.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_US.ISO8859-15.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_US.US_ASCII.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_US.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_AU.ISO8859-15.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_AU.US-ASCII.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_AU.UTF-8.msg79 29 "POSIX requires the left brace be on the same line as the function header"
H A Den_AU.utf8.msg79 29 "POSIX requires the left brace be on the same line as the function header"

123