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

  /external/bison/src/
nullable.h 25 NULLABLE[I - NTOKENS] is nonzero if symbol I can do so. */
26 extern bool *nullable;
28 /* Set up NULLABLE. */
31 /* Free NULLABLE. */
nullable.c 24 /* Set up NULLABLE, a vector saying which nonterminals can expand into
25 the null string. NULLABLE[I - NTOKENS] is nonzero if symbol I can
33 #include "nullable.h"
44 bool *nullable = NULL; variable
50 fputs ("NULLABLE\n", out);
53 nullable[i - ntokens] ? "yes" : "no");
74 nullable = xcalloc (nvars, sizeof *nullable);
110 && ! nullable[rules_ruleno->lhs->number - ntokens])
112 nullable[rules_ruleno->lhs->number - ntokens] = true
    [all...]
lalr.c 41 #include "nullable.h"
192 if (nullable[sym - ntokens])
276 if (nullable[*rp - ntokens])
Makefile 85 muscle_tab.$(OBJEXT) nullable.$(OBJEXT) output.$(OBJEXT) \
260 nullable.c nullable.h \
381 include ./$(DEPDIR)/nullable.Po