Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c400 typedef struct acttab acttab; typedef
401 struct acttab { struct
426 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;