Searched refs:__first_node (Results 1 – 1 of 1) sorted by relevance
126 DEMOWinInfo *__first_node; variable252 __first_node = NULL; in DEMOWinInit_Real()698 ASSERTMSG(__first_node, "DEMOWinBringToFront(): Window list is empty!\n"); in DEMOWinBringToFront()707 ptr = __first_node; in DEMOWinBringToFront()881 ASSERTMSG(__first_node, "DEMOWinRefresh(): Windowlist is empty!\n"); in DEMOWinRefresh()883 ptr = __first_node; in DEMOWinRefresh()1126 __first_node = __last_node = __curr_node = handle; in __DEMOWin_add_node()1131 ASSERTMSG(__first_node, " > __first_node: NULL HANDLE!\n"); in __DEMOWin_add_node()1164 if (__first_node == handle) in __DEMOWin_delete_node()1169 __first_node = (handle->next); in __DEMOWin_delete_node()[all …]