Lines Matching refs:__first_node
132 static DEMOWinInfo *__first_node; variable
258 __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()
1181 __first_node = __last_node = NULL; in __DEMOWin_delete_node()
1198 __first_node = __last_node = NULL; in __DEMOWin_delete_node()