Home
last modified time | relevance | path

Searched refs:acttab (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dlemon.c589 typedef struct acttab acttab; typedef
590 struct acttab { struct
615 void acttab_free(acttab *p){ in acttab_free()
622 acttab *acttab_alloc(int nsymbol, int nterminal){ in acttab_alloc()
623 acttab *p = (acttab *) calloc( 1, sizeof(*p) ); in acttab_alloc()
639 void acttab_action(acttab *p, int lookahead, int action){ in acttab_action()
680 int acttab_insert(acttab *p, int makeItSafe){ in acttab_insert()
789 int acttab_action_size(acttab *p){ in acttab_action_size()
4298 struct acttab *pActtab; in ReportTable()