Home
last modified time | relevance | path

Searched defs:action (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/tool/
H A Dlemon.c344 struct action { struct
346 enum e_action type; argument
352 struct action *next; /* Next action for this state */ argument
353 struct action *collide; /* Next action with the same hash */ argument
587 int action; /* Action to take on the given lookahead */ member
639 void acttab_action(acttab *p, int lookahead, int action){ in acttab_action()
4539 int action; in ReportTable() local
4550 int action; in ReportTable() local
4624 int action = acttab_yyaction(pActtab, i); in ReportTable() local
/sqlite-3.40.0/src/
H A Dfkey.c1215 int action; /* One of OE_None, OE_Cascade etc. */ in fkActionTrigger() local
H A Dpragma.c241 static const char *actionName(u8 action){ in actionName()