HomeSort by relevance Sort by last modified time
    Searched defs:yydefact (Results 1 - 6 of 6) sorted by null

  /external/bison/src/
tables.c 138 rule_number *yydefact; variable
223 | default action (yydefact) for the state. In addition, ACTROW is |
415 | The YYDEFACT table is output now. The detailed info is saved for |
428 yydefact = xnmalloc (nstates, sizeof *yydefact);
445 yydefact[i] = default_rule ? default_rule->number + 1 : 0;
456 if (yydefact[i])
457 rules[yydefact[i] - 1].useful = true;
797 | Compute and output yydefact, yydefgoto, yypact, yypgoto, yytable |
861 free (yydefact);
    [all...]
parse-gram.c 711 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
714 static const yytype_uint8 yydefact[] = variable
767 number is the opposite. If zero, do what YYDEFACT says.
    [all...]
  /external/e2fsprogs/intl/
plural.c 246 /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
249 static const short yydefact[] = variable
958 yyn = yydefact[yystate];
1220 yyn = yydefact[yystate];
    [all...]
  /system/core/sh/
arith.c 434 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
437 static const unsigned char yydefact[] = variable
474 number is the opposite. If zero, do what YYDEFACT says.
1117 yyn = yydefact[yystate];
    [all...]
  /external/elfutils/src/
ldscript.c 493 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
496 static const unsigned char yydefact[] = variable
555 number is the opposite. If zero, do what YYDEFACT says.
    [all...]
  /external/libpcap/
grammar.c 873 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
876 static const unsigned char yydefact[] = variable
    [all...]

Completed in 3473 milliseconds