Lines Matching refs:__first_node
129 static DEMOWinInfo *__first_node; variable
255 __first_node = NULL; in DEMOWinInit_Real()
701 ASSERTMSG(__first_node, "DEMOWinBringToFront(): Window list is empty!\n"); in DEMOWinBringToFront()
710 ptr = __first_node; in DEMOWinBringToFront()
884 ASSERTMSG(__first_node, "DEMOWinRefresh(): Windowlist is empty!\n"); in DEMOWinRefresh()
886 ptr = __first_node; in DEMOWinRefresh()
1129 __first_node = __last_node = __curr_node = handle; in __DEMOWin_add_node()
1134 ASSERTMSG(__first_node, " > __first_node: NULL HANDLE!\n"); in __DEMOWin_add_node()
1167 if (__first_node == handle) in __DEMOWin_delete_node()
1172 __first_node = (handle->next); in __DEMOWin_delete_node()
1178 __first_node = __last_node = NULL; in __DEMOWin_delete_node()
1195 __first_node = __last_node = NULL; in __DEMOWin_delete_node()