Home
last modified time | relevance | path

Searched refs:DEFAULT_FUNCTION (Results 1 – 17 of 17) sorted by relevance

/dports/x11-wm/twm/twm-1.0.11/src/
H A Dgram.h55 DEFAULT_FUNCTION = 265, enumerator
130 #define DEFAULT_FUNCTION 265 macro
H A Dgram.y113 %token <num> LB RB LP RP MENUS MENU BUTTON DEFAULT_FUNCTION PLUS MINUS
250 | DEFAULT_FUNCTION action { Scr->DefaultFunction.func = $2;
H A Dgram.c147 DEFAULT_FUNCTION = 265, enumerator
222 #define DEFAULT_FUNCTION 265 macro
H A Dparse.c412 { "defaultfunction", DEFAULT_FUNCTION, 0 },
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProvider.java57 static final String DEFAULT_FUNCTION = "unspecified"; field in DTraceProvider
174 method, FunctionName.class, DEFAULT_FUNCTION); in getFunctionName()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProvider.java57 static final String DEFAULT_FUNCTION = "unspecified"; field in DTraceProvider
174 method, FunctionName.class, DEFAULT_FUNCTION); in getFunctionName()
/dports/x11-wm/ctwm/ctwm-4.0.3/gen/
H A Dgram.tab.h59 DEFAULT_FUNCTION = 265, enumerator
H A Dgram.tab.c153 DEFAULT_FUNCTION = 265, enumerator
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/
H A Dkeybinding.c650 #define DEFAULT_FUNCTION ((char *) -2) macro
844 { DEFAULT_FUNCTION, NAME_undefined },
927 } else if ( table->key == DEFAULT_FUNCTION ) in initPredefinedKeyBinding()
/dports/x11-wm/piewm/piewm-1.04/
H A Dgram.y83 %token <num> LB RB LP RP AT MENUS MENU PIEMENU BUTTON DEFAULT_FUNCTION
238 | DEFAULT_FUNCTION action { Scr->DefaultFunction.func = $2;
H A Dparse.c502 { "defaultfunction", DEFAULT_FUNCTION, 0 },
/dports/x11-wm/tvtwm/tvtwm/
H A Dgram.y99 %token <num> LB RB LP RP MENUS MENU BUTTON DEFAULT_FUNCTION PLUS MINUS
266 | DEFAULT_FUNCTION action { Scr->DefaultFunction.func = $2;
H A Dparse.c621 { "defaultfunction", DEFAULT_FUNCTION, 0 },
/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Dgram.y109 %token <num> LP RP MENUS MENU BUTTON DEFAULT_FUNCTION PLUS MINUS
330 | DEFAULT_FUNCTION action { Scr->DefaultFunction.func = $2;
H A Dparse.c626 {"defaultfunction", DEFAULT_FUNCTION, 0},
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dgram.y68 %token <num> LB RB LP RP MENUS MENU BUTTON DEFAULT_FUNCTION PLUS MINUS
360 | DEFAULT_FUNCTION action { Scr->DefaultFunction.func = $2;
H A Dparse_be.c268 { "defaultfunction", DEFAULT_FUNCTION, 0 },