Searched refs:acttab (Results 1 – 1 of 1) sorted by relevance
400 typedef struct acttab acttab; typedef401 struct acttab { struct426 void acttab_free(acttab *p){ in acttab_free()433 acttab *acttab_alloc(void){ in acttab_alloc()434 acttab *p = malloc( sizeof(*p) ); in acttab_alloc()445 void acttab_action(acttab *p, int lookahead, int action){ in acttab_action()478 int acttab_insert(acttab *p){ in acttab_insert()3166 struct acttab *pActtab;