Searched defs:brace (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Doid_ops.c330 int brace; local
349 brace = 0;
356 brace = 1;
398 if (brace && (*bp != '}')) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Doid_ops.c308 int brace; local
327 brace = 0;
334 brace = 1;
377 if (brace && (*bp != '}')) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dexpand.c272 register int brace; local
286 range = comma = brace = 0;
291 if(brace++==0)
295 if(--brace>0)
297 if(brace==0 && comma && *cp!='(')
299 comma = brace = 0;
302 if(brace==1 && *cp=='.')
375 if(brace==1)
391 brace=path_expand(ap->argval,arghead);
396 brace
[all...]
H A Dmacro.c437 int brace = 0; local
601 if(endch==RBRACE && *cp==LPAREN && mp->pattern && brace)
715 brace = 1;
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfastfind.c171 int brace = 0; local
604 if (!brace)
606 brace++;
612 if (brace)
614 brace--;
619 if (!brace)
623 if (!brace && paren > 0 && !--paren)
628 if (!brace && !paren)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c298 char *c, *brace; local
338 brace = strchr(defn, '{');
339 c = brace;
341 mdb_printf("Missing opening brace for %s definition. "
363 defn = brace;
374 mdb_printf("Missing closing brace for %s declaration. "
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c62 int brace; /* {..} level */ member in struct:proto
982 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0))
1101 if (!(flags & CLASSIC) || proto->brace == 0)
1158 if (!(flags & CLASSIC) || proto->brace == 0)
1191 if (proto->brace == 0 && paren == 0 && last != '=' && (flags & (CLASSIC|DECLARE|DIRECTIVE|MATCH|PLUSONLY|SKIP|TOKENS)) == (MATCH|TOKENS) && ((dir & DIR) != DIR_en || ((dir>>2) & DIR) != DIR_if))
1317 if (proto->brace++ == 0 && paren == 0)
1611 proto->brace = 0;
1624 if (--proto->brace == 0)
1639 if (last == ')' && proto->brace && (group != 2 || call != 2)) flags |= SKIP;
1804 if (proto->brace
[all...]
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c838 int brace; local
842 brace = 0;
875 brace++;
878 brace--;
889 if (brace == 0 && !in_rule && (isalpha(*sp) ||

Completed in 78 milliseconds