| /xsrc/external/mit/ctwm/dist/ |
| H A D | parse_yacc.h | 22 extern char *Action;
|
| H A D | gram.y | 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 [all...] |
| H A D | parse_yacc.c | 24 char *Action = ""; variable in typeref:typename:char * 173 item = AddToMenu(root, "x", Action, NULL, func, NULL, NULL); 178 Action = ""; 196 if(!AddFuncKey(key, i, mods, func, pull, Name, Action)) { 200 else if(!AddFuncKey(key, i, mods, func, NULL, Name, Action)) { 205 Action = ""; 215 if(!CreateTitleButton(bitmapname, func, Action, pull, rightside, true)) { 221 Action = "";
|
| H A D | gram.tab.c | 2216 item = AddToMenu (root, "x", Action, 2220 Action = ""; 2609 AddToMenu(root,"x",Action, 2612 Action = ""; 2623 AddToMenu(root,"x",Action, 2625 Action = ""; 2636 AddToMenu(root,"x",Action, 2638 Action = ""; 2649 AddToMenu(root,"x",Action, 2651 Action [all...] |
| H A D | event_handlers.c | 80 static char *Action; variable in typeref:typename:char * 2421 Action = ActiveItem->action; 2451 ExecuteFunction(func, Action, 2935 * X-ref comment at top of file about Action; this is where 2938 ExecuteFunction(RootFunction, Action, Event.xany.window, 2984 Action = tmp->item ? tmp->item->action : NULL; 2992 Action, Event.xany.window, Tmp_win, &Event, Context, false); 3010 Action = Scr->DefaultFunction.item ? 3012 ExecuteFunction(Scr->DefaultFunction.func, Action,
|
| /xsrc/external/mit/MesaLib.old/dist/scons/ |
| H A D | crossmingw.py | 39 import SCons.Action 110 shlib_action = SCons.Action.Action(shlib_generator, '$SHLINKCOMSTR', generator=1) 112 res_action = SCons.Action.Action('$RCCOM', '$RCCOMSTR')
|
| H A D | custom.py | 38 import SCons.Action 91 action_list = [ SCons.Action.Action("$ARCOM", "$ARCOMSTR") ] 93 ranlib_action = SCons.Action.Action("$RANLIBCOM", "$RANLIBCOMSTR") 145 action = SCons.Action.Action(command, "$CODEGENCOMSTR")
|
| H A D | gallium.py | 43 import SCons.Action 80 action = SCons.Action.Action(symlink, " Symlinking $TARGET ...") 103 action = SCons.Action.Action(cmd, " Running $SOURCE ...") 140 pipe = SCons.Action._subproc(env, env.Split(env['CC']) + [cpp_opt, source.name],
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gram.y | 83 static char *Action = empty; 195 AddToMenu(root,"x",Action, 198 Action = empty; 261 AddToMenu(root,"x",Action, 264 Action = empty; 270 AddToMenu(root,"x",Action, 272 Action = empty; 565 function_entry : action { AddToMenu(root, empty, Action, NULL, $1, 567 Action = empty; 578 menu_entry : string action { AddToMenu(root, $1, Action, pul [all...] |
| H A D | events.c | 79 static const char *Action; variable in typeref:typename:const char * 1603 Action = ActiveItem->action; 1620 ExecuteFunction(func, Action, 1897 ExecuteFunction(RootFunction, Action, Event.xany.window, 1922 Action = Scr->Mouse[Event.xbutton.button][Context][modifier].item ? 1927 Action, Event.xany.window, Tmp_win, &Event, Context, 1935 Action = Scr->DefaultFunction.item ? 1937 ExecuteFunction(Scr->DefaultFunction.func, Action,
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.c | 2216 item = AddToMenu (root, "x", Action, 2220 Action = ""; 2609 AddToMenu(root,"x",Action, 2612 Action = ""; 2623 AddToMenu(root,"x",Action, 2625 Action = ""; 2636 AddToMenu(root,"x",Action, 2638 Action = ""; 2649 AddToMenu(root,"x",Action, 2651 Action [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/spiceccid/ |
| H A D | spiceccid.c | 405 RESPONSECODE IFDHPowerICC(DWORD Lun, DWORD Action, PUCHAR Atr, PDWORD AtrLength) argument 411 if (Action == IFD_POWER_UP || Action == IFD_RESET) { 420 fprintf(stderr, "spiceccid %s unsupported: Lun %ld, Action %ld\n", __FUNCTION__, Lun, Action);
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | xkbparse.y | 144 %type <expr> OptKeySymList KeySymList Action ActionList Coord CoordList 636 ActionList : ActionList COMMA Action 638 | Action 642 Action : FieldSpec OPAREN OptExprList CPAREN label
|
| /xsrc/external/mit/libX11/dist/specs/i18n/compose/ |
| H A D | compose-chart.pl | 320 qq( <entry>Key Sequence</entry><entry>Action</entry>),
|