Lines Matching refs:Action
238 item = AddToMenu (root, "x", Action,
242 Action = "";
382 AddToMenu(root,"x",Action,
385 Action = "";
391 AddToMenu(root,"x",Action,
393 Action = "";
399 AddToMenu(root,"x",Action,
401 Action = "";
407 AddToMenu(root,"x",Action,
409 Action = "";
415 AddToMenu(root,"x",Action,
417 Action = "";
628 binding_entry : button keyaction { SetCurrentTBAction($1, mods, $2, Action, pull); mods = 0;}
629 | button EQUALS action { SetCurrentTBAction($1, 0, $3, Action, pull);}
1032 function_entry : action { AddToMenu(root, "", Action, NULL, $1,
1034 Action = "";
1050 lastmenuitem = AddToMenu(root, $1, Action, pull, $2, NULL, NULL);
1051 Action = "";
1060 lastmenuitem = AddToMenu(root, $1, Action, pull, $7, $3, $5);
1061 Action = "";
1070 Action = (char*)$2;
1077 if (!CheckWarpRingArg (Action)) {
1081 Action);
1086 if (!CheckWarpScreenArg (Action)) {
1090 Action);
1095 if (CheckColormapArg (Action)) {
1101 Action);