Searched refs:NACTIONS (Results 1 – 7 of 7) sorted by relevance
168 #define NACTIONS 8 macro181 extern const char * const admin_actions[NACTIONS];182 extern const int admin_events[NACTIONS];
253 const int admin_events[NACTIONS] = {
6250 hrtime_t action_ts[NACTIONS]; in process_actions()6282 for (i = 0; i < NACTIONS; i++) { in process_actions()6377 while ((a = next_action(action_ts, NACTIONS)) != -1) { in process_actions()
144 BYTE extra[NACTIONS];
97 #define NACTIONS 4*1000 macro
139 if((++casecount)>NACTIONS)140 error("Too many (>%d) pattern-action rules.", NACTIONS);
807 if ((r = left[q]) >= NACTIONS) in acompute()1116 (void) fprintf(fout, "%d,", i+j < NACTIONS ? in layout()