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

  /external/bison/src/
tables.h 50 YYDEFACT[S] = default rule to reduce with in state s, when YYTABLE
67 If the value is zero, the default action from YYDEFACT[S] is used.
85 default (from YYDEFACT or YYDEFGOTO) should be used. Otherwise,
113 extern rule_number *yydefact;
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/bison/data/
glr.c 408 /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
411 static const ]b4_int_type_for([b4_defact])[ yydefact[] =
438 number is the opposite. If zero, do what YYDEFACT says.
1030 return yydefact[yystate];
1053 *yyaction = -yydefact[yystate];
    [all...]
yacc.c 501 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
504 static const ]b4_int_type_for([b4_defact])[ yydefact[] =
531 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...]
  /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...]

Completed in 390 milliseconds