/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | expand.c | 272 register int brace; in path_generate() local 286 range = comma = brace = 0; in path_generate() 291 if(brace++==0) in path_generate() 295 if(--brace>0) in path_generate() 297 if(brace==0 && comma && *cp!='(') in path_generate() 299 comma = brace = 0; in path_generate() 302 if(brace==1 && *cp=='.') in path_generate() 375 if(brace==1) in path_generate() 391 brace=path_expand(shp,ap->argval,arghead); in path_generate() 396 brace=1; in path_generate() [all …]
|
H A D | macro.c | 449 int brace = 0; in copyto() local 648 if(endch==RBRACE && mp->pattern && brace) in copyto() 650 brace--; in copyto() 782 brace++; in copyto()
|
/illumos-gate/usr/src/lib/libgss/ |
H A D | oid_ops.c | 330 int brace; local 349 brace = 0; 356 brace = 1; 398 if (brace && (*bp != '}')) {
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_typedef.c | 300 char *c, *brace; in typedef_parse() local 340 brace = strchr(defn, '{'); in typedef_parse() 341 c = brace; in typedef_parse() 365 defn = brace; in typedef_parse()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | oid_ops.c | 308 int brace; local 327 brace = 0; 334 brace = 1; 377 if (brace && (*bp != '}')) {
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | fastfind.c | 150 int brace = 0; in findopen() local 583 if (!brace) in findopen() 585 brace++; in findopen() 591 if (brace) in findopen() 593 brace--; in findopen() 598 if (!brace) in findopen() 602 if (!brace && paren > 0 && !--paren) in findopen() 607 if (!brace && !paren) in findopen()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppproto.c | 68 int brace; /* {..} level */ member 1012 …if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == … in lex() 1131 if (!(flags & CLASSIC) || proto->brace == 0) in lex() 1188 if (!(flags & CLASSIC) || proto->brace == 0) in lex() 1221 …if (proto->brace == 0 && paren == 0 && last != '=' && (flags & (CLASSIC|DECLARE|DIRECTIVE|MATCH|PL… in lex() 1347 if (proto->brace++ == 0 && paren == 0) in lex() 1641 proto->brace = 0; in lex() 1654 if (--proto->brace == 0) in lex() 1669 if (last == ')' && proto->brace && (group != 2 || call != 2)) flags |= SKIP; in lex() 1834 if (proto->brace == 0) in lex() [all …]
|
/illumos-gate/usr/src/cmd/vi/misc/ |
H A D | ctags.c | 810 int brace; local 815 brace = 0; 851 brace++; 854 brace--; 865 if (brace == 0 && !in_rule && (isalpha(*sp) ||
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
H A D | BRACKETS_NOTE | 32 the bracket and brace pieces available in Adobe's Symbol are all quite different 36 bracket and brace characters available in Adobe's Symbol font.
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 1299 int brace; member 3278 …inline", 6) && !(flags & ((1L<<15)|(1L<<23)|(1L<<25)|(1L<<26))) && proto->brace == 0 && paren == 0… 3397 if (!(flags & (1L<<0)) || proto->brace == 0) 3454 if (!(flags & (1L<<0)) || proto->brace == 0) 3487 …if (proto->brace == 0 && paren == 0 && last != '=' && (flags & ((1L<<0)|(1L<<1)|(1L<<3)|(1L<<15)|(… 3613 if (proto->brace++ == 0 && paren == 0) 3907 proto->brace = 0; 3920 if (--proto->brace == 0) 3935 if (last == ')' && proto->brace && (group != 2 || call != 2)) flags |= (1L<<23); 4100 if (proto->brace == 0) [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE93 | 345 correctly inside {...} when brace expansion is enabled 409 g. A bug in brace pattern expansions that caused expressions
|
H A D | RELEASE | 604 10-10-06 The closing brace for ${ command } is now a token no matter what 994 09-09-09 +A leading ; with commands in a brace group or parenthesis group 1640 07-05-28 A bug in brace expansion in which single and double quotes did 1898 05-03-25 +{first..last[..incr][%fmt]} sequences added to brace expansions 2404 01-09-07 A change in ksh93l caused brace expansion to stop working 2764 correctly inside {...} when brace expansion is enabled 2839 97-06-30 A bug in brace pattern expansions that caused expressions
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | 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
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 2964 brace
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 2965 brace
|