Searched refs:FuncButtonRoot (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dscreen.h956 FuncButton FuncButtonRoot; ///< Mouse click bindings member in struct:ScreenInfo
H A Dmenus.c177 for(tmp = Scr->FuncButtonRoot.next; tmp != NULL; tmp = tmp->next) {
195 tmp->next = Scr->FuncButtonRoot.next;
196 Scr->FuncButtonRoot.next = tmp;
H A Dadd_window.c1912 for(tmp = Scr->FuncButtonRoot.next; tmp != NULL; tmp = tmp->next) {
H A Devent_handlers.c2965 for(tmp = Scr->FuncButtonRoot.next; tmp != NULL; tmp = tmp->next) {

Completed in 11 milliseconds