Searched defs:action (Results 1 – 3 of 3) sorted by relevance
344 struct action { struct346 enum e_action type; argument352 struct action *next; /* Next action for this state */ argument353 struct action *collide; /* Next action with the same hash */ argument587 int action; /* Action to take on the given lookahead */ member639 void acttab_action(acttab *p, int lookahead, int action){ in acttab_action()4539 int action; in ReportTable() local4550 int action; in ReportTable() local4624 int action = acttab_yyaction(pActtab, i); in ReportTable() local
1215 int action; /* One of OE_None, OE_Cascade etc. */ in fkActionTrigger() local
241 static const char *actionName(u8 action){ in actionName()