| /NextBSD/usr.bin/xlint/lint1/ |
| HD | init.c | 211 popinit(int brace) in popinit() argument 213 DPRINTF(("popinit(%d)\n", brace)); in popinit() 215 if (brace) { in popinit() 221 brace = initstk->i_brace; in popinit() 223 } while (!brace); in popinit() 400 nextinit(int brace) in nextinit() argument 404 DPRINTF(("nextinit(%d)\n", brace)); in nextinit() 405 if (!brace) { in nextinit()
|
| /NextBSD/contrib/groff/font/devlj4/generate/ |
| HD | 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)
|
| HD | 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 *
|
| /NextBSD/contrib/bmake/ |
| HD | dir.c | 481 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 …]
|
| /NextBSD/usr.bin/rpcgen/ |
| HD | rpc_cout.c | 203 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()
|
| /NextBSD/usr.sbin/asl/ |
| HD | daemon.c | 918 char *p, *colon, *brace, *space, *tmp, *tval, *hval, *sval, *pval, *mval; in asl_syslog_input_convert() local 1035 brace = strchr(p, '['); in asl_syslog_input_convert() 1040 if ((brace != NULL) && (brace < colon)) in asl_syslog_input_convert() 1042 n = brace - p; in asl_syslog_input_convert() 1049 n = colon - (brace + 1) - 1; in asl_syslog_input_convert() 1053 memcpy(pval, (brace + 1), n); in asl_syslog_input_convert()
|
| /NextBSD/contrib/apr/ |
| HD | emacs-mode | 9 (brace-list-intro . ++)
|
| /NextBSD/sbin/pfctl/ |
| HD | pfctl.c | 827 int brace; in pfctl_show_rules() local 922 brace = 0; in pfctl_show_rules() 930 brace++; in pfctl_show_rules() 940 if (brace) in pfctl_show_rules() 945 if (brace) { in pfctl_show_rules() 1265 int brace = 0; in pfctl_load_ruleset() local 1276 brace++; in pfctl_load_ruleset() 1306 if (brace && pf->opts & PF_OPT_VERBOSE) { in pfctl_load_ruleset()
|
| HD | pfctl_parser.h | 80 int brace; member
|
| /NextBSD/contrib/gperf/ |
| HD | aclocal.m4 | 58 # It thinks the first close brace ends the variable substitution.
|
| /NextBSD/contrib/tcsh/ |
| HD | src.desc | 25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
|
| /NextBSD/contrib/gcc/ |
| HD | acinclude.m4 | 197 # It thinks the first close brace ends the variable substitution.
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticParseKinds.td | 164 def err_extraneous_closing_brace : Error<"extraneous closing brace ('}')">; 465 "'@end' appears where closing brace '}' is expected">;
|
| /NextBSD/contrib/gcc/doc/ |
| HD | gty.texi | 38 In a structure definition, before the open brace;
|
| HD | c-tree.texi | 2477 These nodes represent the brace-enclosed initializers for a structure or 2509 representing the brace-enclosed list of initializers in the compound
|
| /NextBSD/contrib/gcc/cp/ |
| HD | ChangeLog-2002 | 778 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.
|
| HD | ChangeLog | 113 * 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
|
| /NextBSD/contrib/amd/doc/ |
| HD | texinfo.tex | 3600 % 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
|
| /NextBSD/contrib/groff/doc/ |
| HD | texinfo.tex | 3672 % 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
|
| /NextBSD/contrib/gcc/doc/include/ |
| HD | texinfo.tex | 3774 % 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
|
| /NextBSD/contrib/jansson/doc/ |
| HD | apiref.rst | 1373 before the closing bracket or brace. To enable the check globally, 1381 or brace.
|
| /NextBSD/crypto/heimdal/appl/ftp/ |
| HD | ChangeLog | 813 remove extra closing brace
|
| /NextBSD/share/dict/ |
| HD | web2a | 1684 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 …]
|
| /NextBSD/contrib/binutils/ld/ |
| HD | ChangeLog-0203 | 568 * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching. 1423 * ld.texinfo: Remove spaces between @samp and opening brace.
|
| HD | ChangeLog-9899 | 943 * ldint.texinfo: remove extraneous right brace.
|