Searched refs:RootFunction (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions.h37 extern int RootFunction;
H A Dfunctions.c39 * function in RootFunction. The HandleButtonPress() event handler will
45 int RootFunction = 0; variable in typeref:typename:int
118 RootFunction = 0;
358 * end processing the function (for now). X-ref comment on RootFunction
387 RootFunction = func;
H A Devent_handlers.c2418 if(ActiveMenu != NULL && RootFunction == 0) {
2495 if(RootFunction != 0 ||
2506 if(RootFunction == 0 &&
2627 if((ActiveMenu != NULL) && (RootFunction != 0) && (mr != ActiveMenu)) {
2766 if(Tmp_win->iconmanagerlist && (RootFunction != 0) &&
2883 if(RootFunction != 0) {
2913 RootFunction = 0;
2927 RootFunction = 0;
2938 ExecuteFunction(RootFunction, Action, Event.xany.window,
2942 RootFunction
[all...]
H A Dadd_window.c1830 if(RootFunction) {
/xsrc/external/mit/twm/dist/src/
H A Dmenus.h131 extern int RootFunction;
H A Devents.c1599 if (ActiveMenu != NULL && RootFunction == 0) {
1631 if (RootFunction == 0) {
1651 if (RootFunction != 0 || ResizeWindow != None || DragWindow != None)
1654 if (RootFunction == 0 &&
1797 if (Tmp_win->list && RootFunction != 0 &&
1859 if (RootFunction != 0) {
1877 RootFunction = 0;
1897 ExecuteFunction(RootFunction, Action, Event.xany.window,
1900 RootFunction = 0;
1916 RootFunction
[all...]
H A Dmenus.c83 int RootFunction = 0; variable in typeref:typename:int
1228 RootFunction = 0;
2214 RootFunction = func;
H A Dadd_window.c964 if (RootFunction)

Completed in 19 milliseconds