Searched refs:sWindowRoot (Results 1 – 2 of 2) sorted by relevance
30 static Window *sWindowRoot = NULL; variable36 if (sWindowRoot == NULL) in initWindow()39 sWindowRoot = win; in initWindow()43 w = sWindowRoot; in initWindow()295 for (w = sWindowRoot; w != NULL; w = w->next) in drawAllWindow()304 for (w = sWindowRoot; w != NULL; w = w->next) in updateAllWindow()313 for (w = sWindowRoot; w != NULL; w = w->next) in closeAllWindow()
30 static Window *sWindowRoot = NULL; variable36 if (sWindowRoot == NULL) in initWindow()39 sWindowRoot = win; in initWindow()43 w = sWindowRoot; in initWindow()263 for (w = sWindowRoot; w != NULL; w = w->next) in drawAllWindow()272 for (w = sWindowRoot; w != NULL; w = w->next) in updateAllWindow()281 for (w = sWindowRoot; w != NULL; w = w->next) in closeAllWindow()