Home
last modified time | relevance | path

Searched refs:getmouse_list (Results 1 – 1 of 1) sorted by relevance

/dports/www/retawq/retawq-0.2.6c/
H A Dcursesx.c53 static tGetmouse* getmouse_list = NULL; variable
583 list = getmouse_list; in handle_event()
586 if (list == NULL) getmouse_list = entry; in handle_event()
736 { tGetmouse* entry = getmouse_list; in getmouse()
739 getmouse_list = entry->next; memory_deallocate(entry); in getmouse()