Home
last modified time | relevance | path

Searched refs:sWindowRoot (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/demos/wm/dataShare-Model/src/
Dmenu.c30 static Window *sWindowRoot = NULL; variable
36 if (sWindowRoot == NULL) in initWindow()
39 sWindowRoot = win; in initWindow()
43 w = sWindowRoot; in initWindow()
300 for (w = sWindowRoot; w != NULL; w = w->next) in drawAllWindow()
309 for (w = sWindowRoot; w != NULL; w = w->next) in updateAllWindow()
318 for (w = sWindowRoot; w != NULL; w = w->next) in closeAllWindow()
/TwlSDK-5.4/build/demos/wm/wep-1/src/
Dmenu.c30 static Window *sWindowRoot = NULL; variable
36 if (sWindowRoot == NULL) in initWindow()
39 sWindowRoot = win; in initWindow()
43 w = sWindowRoot; in initWindow()
268 for (w = sWindowRoot; w != NULL; w = w->next) in drawAllWindow()
277 for (w = sWindowRoot; w != NULL; w = w->next) in updateAllWindow()
286 for (w = sWindowRoot; w != NULL; w = w->next) in closeAllWindow()