HomeSort by: relevance | last modified time | path
    Searched defs:braces (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl2/texinfo/dist/util/
deref.c 146 int braces = 1; /* have seen first left brace */ local
161 for (; braces > 0; cp++) {
167 braces++;
170 braces--;
176 "%s: %s: %d: mismatched braces\n",
  /src/external/gpl2/texinfo/dist/makeinfo/
footnote.c 151 /* Read the argument in braces. */
162 int braces = 1;
165 while (braces)
174 braces++;
176 braces--;
160 int braces = 1; local
  /src/usr.bin/make/
dir.c 592 * See if the given name has any wildcard characters in it and all braces and
604 int braces = 0, brackets = 0; local
609 braces++;
613 braces--;
630 return wild && brackets == 0 && braces == 0;
687 /* Find the next closing brace in 'p', taking nested braces into account. */
705 * Find the next closing brace or comma in the string, taking nested braces
753 * Expand curly braces like the C shell. Brace expansion by itself is purely
  /src/external/mpl/bind/dist/lib/isccfg/
parser.c 2846 * An unsupported option. This is just a list of tokens with balanced braces
2854 int braces = 0; local
2864 braces++;
2866 braces--;
2868 if (braces == 0) {
2873 if (pctx->token.type == isc_tokentype_eof || braces < 0) {
2883 INSIST(braces == 0);
namedconf.c 3561 * statement, which takes a single key with or without braces and semicolon.
3567 bool braces = false; local
3576 braces = true;
3581 if (braces) {
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c 3012 * An unsupported option. This is just a list of tokens with balanced braces
3020 int braces = 0; local
3030 braces++;
3032 braces--;
3034 if (braces == 0) {
3039 if (pctx->token.type == isc_tokentype_eof || braces < 0) {
3049 INSIST(braces == 0);
namedconf.c 3275 * statement, which takes a single key with or without braces and semicolon.
3281 bool braces = false; local
3290 braces = true;
3295 if (braces) {
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 4001 uint32_t braces = 0, brackets = 0; local
4274 braces = 1;
4326 if (braces-- == 0) {
4328 * ERROR: unbalanced braces.
4333 braces++;
4338 if (brackets == 0 && braces == 0) {
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 1109 /* Traits for token_pair<T> for tracking matching pairs of braces. */
1123 pairs of braces. */
4826 matching_braces braces;
4827 braces.consume_open (parser);
4829 braces.require_close (parser);
5262 matching_braces braces;
5263 braces.consume_open (parser);
5273 pedwarn (brace_loc, OPT_Wpedantic, "ISO C forbids empty initializer braces");
5301 braces.skip_until_found_close (parser);
6093 which is not enclosed in braces and has an else clause. This is used t
4824 matching_braces braces; local
5260 matching_braces braces; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 1171 /* Traits for token_pair<T> for tracking matching pairs of braces. */
1185 pairs of braces. */
5499 matching_braces braces;
5500 braces.consume_open (parser);
5502 braces.require_close (parser);
6151 matching_braces braces;
6152 braces.consume_open (parser);
6163 "ISO C forbids empty initializer braces before C23");
6196 braces.skip_until_found_close (parser);
7557 which is not enclosed in braces and has an else clause. This is used t
5497 matching_braces braces; local
6149 matching_braces braces; local
    [all...]

Completed in 91 milliseconds