Lines Matching defs:action
51 action a_value;
55 %token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION
64 %type <a_value> action exitact
99 initerror_def : ERROR action ';'
201 | action { cur_optn->optact = $1; }
205 action : ACTION act_opt CODE
216 | EXPAND action ";" { if (!do_expands) yyerror ("Menu expands "
222 | DISPLAY action ";" { cur_menu->info->postact = $2; }
227 | EXIT action ";" { cur_menu->info->exitact = $2; }