HomeSort by: relevance | last modified time | path
    Searched refs:F_MENU (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/twm/dist/src/
parse.h 149 #define F_MENU 101 /* string */
gram.y 182 Scr->Mouse[$1][C_ROOT][0].func = F_MENU;
186 if ($2 == F_MENU)
252 if ($2 == F_MENU)
596 case F_MENU:
782 if (func == F_MENU) {
events.c 1772 if (tbw->info->func == F_MENU) {
1917 if (Scr->Mouse[Event.xbutton.button][Context][modifier].func == F_MENU) {
1931 if (Scr->DefaultFunction.func == F_MENU) {
parse.c 450 { "f.menu", FSKEYWORD, F_MENU },
menus.c 400 if (mi->func == F_MENU) {
562 if (ActiveItem && ActiveItem->func == F_MENU &&
  /xsrc/external/mit/ctwm/dist/
functions_defs.h 70 #define F_MENU 49 // string
functions_dispatch_execution.h 67 [F_MENU] = f_menu_impl,
functions_parse_table.h 70 { "f.menu", FSKEYWORD, F_MENU },
functions_misc.c 94 if(item->sub->defaultitem->func != F_MENU) {
gram.y 227 AddFuncButton ($1, C_ROOT, 0, F_MENU, root, NULL);
230 if ($2 == F_MENU) {
373 if ($2 == F_MENU)
1072 case F_MENU:
gram.tab.c 2200 AddFuncButton ((yyvsp[-1].num), C_ROOT, 0, F_MENU, root, NULL);
2208 if ((yyvsp[0].num) == F_MENU) {
2600 if ((yyvsp[0].num) == F_MENU)
3813 case F_MENU:
menus.c 311 if(mi->func == F_MENU) {
381 if(mi->func == F_MENU) {
473 AddToMenu(Scr->Workspaces, wlist->name, *act, Scr->Windows, F_MENU, NULL, NULL);
586 if(ActiveItem && ActiveItem->func == F_MENU &&
event_handlers.c 783 case F_MENU: {
989 if(key->func == F_MENU) {
2448 if(func != F_PIN && func != F_MENU) {
2715 case F_MENU :
2978 case F_MENU :
3006 if(Scr->DefaultFunction.func == F_MENU) {
  /xsrc/external/mit/ctwm/dist/gen/
gram.tab.c 2200 AddFuncButton ((yyvsp[-1].num), C_ROOT, 0, F_MENU, root, NULL);
2208 if ((yyvsp[0].num) == F_MENU) {
2600 if ((yyvsp[0].num) == F_MENU)
3813 case F_MENU:

Completed in 18 milliseconds