Home | History | Annotate | Download | only in src

Lines Matching defs:action

19 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
47 /** OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER **/
48 /** TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE **/
83 static char *Action = empty;
133 %type <num> action button number signed_number full fullkey
175 | LEFT_TITLEBUTTON string EQUALS action {
178 | RIGHT_TITLEBUTTON string EQUALS action {
185 | button action { Scr->Mouse[$1][C_ROOT][0].func = $2;
195 AddToMenu(root,"x",Action,
198 Action = empty;
251 | DEFAULT_FUNCTION action { Scr->DefaultFunction.func = $2;
261 AddToMenu(root,"x",Action,
264 Action = empty;
267 | WINDOW_FUNCTION action { Scr->WindowFunction.func = $2;
270 AddToMenu(root,"x",Action,
272 Action = empty;
313 full : EQUALS keys COLON contexts COLON action { $$ = $6; }
316 fullkey : EQUALS keys COLON contextkeys COLON action { $$ = $6; }
460 win_color_list { /* No action */; }
565 function_entry : action { AddToMenu(root, empty, Action, NULL, $1,
567 Action = empty;
578 menu_entry : string action { AddToMenu(root, $1, Action, pull, $2,
580 Action = empty;
583 | string LP string COLON string RP action {
584 AddToMenu(root, $1, Action, pull, $7,
586 Action = empty;
591 action : FKEYWORD { $$ = $1; }
594 Action = $2;
601 if (!CheckWarpRingArg (Action)) {
604 Action);
609 if (!CheckWarpScreenArg (Action)) {
612 Action);
617 if (CheckColormapArg (Action)) {
622 Action);
788 Scr->Mouse[butt][i][mods].item = AddToMenu(root, "x", Action,
792 Action = empty;
807 if (!AddFuncKey(key, i, mods, func, Name, Action))
811 Action = empty;
821 if (!CreateTitleButton(bitmapname, func, Action, pull, rightside, True)) {
825 Action = empty;