| /trueos/usr.bin/make/ |
| HD | dir.c | 285 int wild = 0, brace = 0, bracket = 0; in Dir_HasWildcards() local 290 brace++; in Dir_HasWildcards() 294 brace--; in Dir_HasWildcards() 311 return (wild && bracket == 0 && brace == 0); in Dir_HasWildcards() 380 DirExpandCurly(const char *word, const char *brace, struct Path *path, in DirExpandCurly() argument 394 start = brace + 1; in DirExpandCurly() 412 otherLen = brace - word + strlen(end); in DirExpandCurly() 431 if (brace != word) in DirExpandCurly() 432 strncpy(file, word, brace - word); in DirExpandCurly() 434 strncpy(&file[brace - word], start, cp - start); in DirExpandCurly() [all …]
|
| /trueos/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()
|
| /trueos/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 *
|
| /trueos/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 …]
|
| /trueos/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()
|
| /trueos/usr.sbin/asl/ |
| HD | daemon.c | 916 char *p, *colon, *brace, *space, *tmp, *tval, *hval, *sval, *pval, *mval; in asl_syslog_input_convert() local 1033 brace = strchr(p, '['); in asl_syslog_input_convert() 1038 if ((brace != NULL) && (brace < colon)) in asl_syslog_input_convert() 1040 n = brace - p; in asl_syslog_input_convert() 1047 n = colon - (brace + 1) - 1; in asl_syslog_input_convert() 1051 memcpy(pval, (brace + 1), n); in asl_syslog_input_convert()
|
| /trueos/contrib/apr/ |
| HD | emacs-mode | 9 (brace-list-intro . ++)
|
| /trueos/sbin/pfctl/ |
| HD | pfctl.c | 832 int brace; in pfctl_show_rules() local 927 brace = 0; in pfctl_show_rules() 935 brace++; in pfctl_show_rules() 945 if (brace) in pfctl_show_rules() 950 if (brace) { in pfctl_show_rules() 1270 int brace = 0; in pfctl_load_ruleset() local 1281 brace++; in pfctl_load_ruleset() 1311 if (brace && pf->opts & PF_OPT_VERBOSE) { in pfctl_load_ruleset()
|
| HD | pfctl_parser.h | 80 int brace; member
|
| /trueos/contrib/gperf/ |
| HD | aclocal.m4 | 58 # It thinks the first close brace ends the variable substitution.
|
| /trueos/contrib/texinfo/makeinfo/ |
| HD | makeinfo.c | 1203 int i, brace = 0; in get_until_in_braces() local 1214 brace++; in get_until_in_braces() 1217 brace--; in get_until_in_braces() 1220 if (brace == 0) in get_until_in_braces() 1226 if (brace < 0 || in get_until_in_braces() 1227 (brace == 0 && strncmp (input_text + i, match, match_len) == 0)) in get_until_in_braces()
|
| /trueos/contrib/tcsh/ |
| HD | src.desc | 25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticParseKinds.td | 150 def err_extraneous_closing_brace : Error<"extraneous closing brace ('}')">; 429 "'@end' appears where closing brace '}' is expected">;
|
| /trueos/contrib/gcc/ |
| HD | acinclude.m4 | 197 # It thinks the first close brace ends the variable substitution.
|
| /trueos/contrib/gcc/doc/ |
| HD | gty.texi | 38 In a structure definition, before the open brace;
|
| /trueos/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.
|
| /trueos/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
|
| /trueos/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
|
| /trueos/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
|
| /trueos/contrib/jansson/doc/ |
| HD | apiref.rst | 1373 before the closing bracket or brace. To enable the check globally, 1381 or brace.
|
| /trueos/crypto/heimdal/appl/ftp/ |
| HD | ChangeLog | 813 remove extra closing brace
|
| /trueos/contrib/texinfo/ |
| HD | NEWS | 495 * Unmatched brace error reporting improved.
|
| /trueos/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 …]
|
| /trueos/contrib/texinfo/doc/ |
| HD | texinfo.txi | 1925 Move from between a pair of braces forward past the closing brace. 5250 normal brace-delimited argument. For example: 5857 brace of an @code{@@xref}. It is required to terminate the cross 5909 (Note that in the preceding example the closing brace is followed by a 5933 (Note that in the preceding example the closing brace is followed by a 5974 (Note that in the preceding example the closing brace is followed by a 5997 (Note that in the preceding example the closing brace is followed by a 6017 Also, remember to write a comma or period after the closing brace of an 6105 Remember that a comma or period must follow the closing brace of an 6323 the command's closing brace. The command differs from @code{@@xref} [all …]
|