Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dmain.c251 Action[actmax].a_action = activity; in queue()
252 Action[actmax].a_cnt = 0; in queue()
253 Action[actmax].a_string = string; in queue()
254 actmax++; in queue()
H A Dextern.h33 extern int actmax;
H A Dglobal.c32 int actmax = 0; variable
H A Dutils.c59 for (act_index = 0; act_index < actmax; act_index++) { in apply_action()
H A Dfile.c549 for (act = 0; act < actmax; act++) { in traverse_file()