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

  /xsrc/external/mit/twm/dist/src/
screen.h 251 FuncKey FuncKeyRoot;
menus.c 151 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;
add_window.c 1059 for (tmp = Scr->FuncKeyRoot.next; tmp != NULL; tmp = tmp->next) {
1096 for (tmp = Scr->FuncKeyRoot.next; tmp != NULL; tmp = tmp->next) {
events.c 596 for (key = Scr->FuncKeyRoot.next; key != NULL; key = key->next) {
  /xsrc/external/mit/ctwm/dist/
screen.h 955 FuncKey FuncKeyRoot; ///< Key bindings
menus.c 127 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;
add_window.c 1967 for(tmp = Scr->FuncKeyRoot.next; tmp != NULL; tmp = tmp->next) {
2072 for(tmp = Scr->FuncKeyRoot.next; tmp != NULL; tmp = tmp->next) {
event_handlers.c 957 for(FuncKey *key = Scr->FuncKeyRoot.next; key != NULL; key = key->next) {

Completed in 21 milliseconds