Searched refs:__first_node (Results 1 – 1 of 1) sorted by relevance
132 static DEMOWinInfo *__first_node; variable258 __first_node = NULL; in DEMOWinInit_Real()704 ASSERTMSG(__first_node, "DEMOWinBringToFront(): Window list is empty!\n"); in DEMOWinBringToFront()713 ptr = __first_node; in DEMOWinBringToFront()887 ASSERTMSG(__first_node, "DEMOWinRefresh(): Windowlist is empty!\n"); in DEMOWinRefresh()889 ptr = __first_node; in DEMOWinRefresh()1132 __first_node = __last_node = __curr_node = handle; in __DEMOWin_add_node()1137 ASSERTMSG(__first_node, " > __first_node: NULL HANDLE!\n"); in __DEMOWin_add_node()1170 if (__first_node == handle) in __DEMOWin_delete_node()1175 __first_node = (handle->next); in __DEMOWin_delete_node()[all …]