OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultFunction
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/twm/dist/sample-twmrc/
lemke.twmrc
11
#
DefaultFunction
f.nop
51
DefaultFunction
f.nop
/xsrc/external/mit/twm/dist/src/
screen.h
95
MouseButton
DefaultFunction
;
gram.y
251
| DEFAULT_FUNCTION action { Scr->
DefaultFunction
.func = $2;
255
Scr->
DefaultFunction
.menu = pull;
260
Scr->
DefaultFunction
.item =
events.c
1930
else if (Scr->
DefaultFunction
.func != 0) {
1931
if (Scr->
DefaultFunction
.func == F_MENU) {
1932
do_menu(Scr->
DefaultFunction
.menu, (Window) None);
1935
Action = Scr->
DefaultFunction
.item ?
1936
Scr->
DefaultFunction
.item->action : NULL;
1937
ExecuteFunction(Scr->
DefaultFunction
.func, Action,
menus.c
142
Scr->
DefaultFunction
.func = 0;
/xsrc/external/mit/ctwm/dist/
screen.h
299
MouseButton
DefaultFunction
; ///<
DefaultFunction
config var
gram.y
372
| DEFAULT_FUNCTION action { Scr->
DefaultFunction
.func = $2;
376
Scr->
DefaultFunction
.menu = pull;
381
Scr->
DefaultFunction
.item =
gram.tab.c
2599
{ Scr->
DefaultFunction
.func = (yyvsp[0].num);
2603
Scr->
DefaultFunction
.menu = pull;
2608
Scr->
DefaultFunction
.item =
event_handlers.c
3005
else if(func == 0 && Scr->
DefaultFunction
.func != 0) {
3006
if(Scr->
DefaultFunction
.func == F_MENU) {
3007
do_menu(Scr->
DefaultFunction
.menu, (Window) None);
3010
Action = Scr->
DefaultFunction
.item ?
3011
Scr->
DefaultFunction
.item->action : NULL;
3012
ExecuteFunction(Scr->
DefaultFunction
.func, Action,
/xsrc/external/mit/ctwm/dist/gen/
gram.tab.c
2599
{ Scr->
DefaultFunction
.func = (yyvsp[0].num);
2603
Scr->
DefaultFunction
.menu = pull;
2608
Scr->
DefaultFunction
.item =
Completed in 23 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026