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

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h251 FuncKey FuncKeyRoot; member in struct:ScreenInfo
H A Dmenus.c151 for (key = Scr->FuncKeyRoot.next; key != NULL;) {
158 Scr->FuncKeyRoot.next = NULL;
189 for (tmp = Scr->FuncKeyRoot.next; tmp != NULL; tmp = tmp->next) {
196 tmp->next = Scr->FuncKeyRoot.next;
197 Scr->FuncKeyRoot.next = tmp;
H A Dadd_window.c1059 for (tmp = Scr->FuncKeyRoot.next; tmp != NULL; tmp = tmp->next) {
1096 for (tmp = Scr->FuncKeyRoot.next; tmp != NULL; tmp = tmp->next) {
H A Devents.c596 for (key = Scr->FuncKeyRoot.next; key != NULL; key = key->next) {
/xsrc/external/mit/ctwm/dist/
H A Dscreen.h955 FuncKey FuncKeyRoot; ///< Key bindings member in struct:ScreenInfo
H A Dmenus.c127 for(tmp = Scr->FuncKeyRoot.next; tmp != NULL; tmp = tmp->next) {
137 tmp->next = Scr->FuncKeyRoot.next;
138 Scr->FuncKeyRoot.next = tmp;
1322 for(const FuncKey *tmpKey = Scr->FuncKeyRoot.next; tmpKey != NULL;
H A Dadd_window.c1967 for(tmp = Scr->FuncKeyRoot.next; tmp != NULL; tmp = tmp->next) {
2072 for(tmp = Scr->FuncKeyRoot.next; tmp != NULL; tmp = tmp->next) {
H A Devent_handlers.c957 for(FuncKey *key = Scr->FuncKeyRoot.next; key != NULL; key = key->next) {

Completed in 18 milliseconds