Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c403 typedef struct acttab acttab; typedef
404 struct acttab { struct
429 void acttab_free(acttab *p){ in acttab_free()
436 acttab *acttab_alloc(void){ in acttab_alloc()
437 acttab *p = malloc( sizeof(*p) ); in acttab_alloc()
448 void acttab_action(acttab *p, int lookahead, int action){ in acttab_action()
481 int acttab_insert(acttab *p){ in acttab_insert()
3169 struct acttab *pActtab;