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

  /xsrc/external/mit/ctwm/dist/
screen.h 956 FuncButton FuncButtonRoot; ///< Mouse click bindings
menus.c 177 for(tmp = Scr->FuncButtonRoot.next; tmp != NULL; tmp = tmp->next) {
195 tmp->next = Scr->FuncButtonRoot.next;
196 Scr->FuncButtonRoot.next = tmp;
add_window.c 1912 for(tmp = Scr->FuncButtonRoot.next; tmp != NULL; tmp = tmp->next) {
event_handlers.c 2965 for(tmp = Scr->FuncButtonRoot.next; tmp != NULL; tmp = tmp->next) {

Completed in 8 milliseconds