Searched refs:tmp_win2 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dmenus.c1134 TwmWindow *tmp_win2, *tmp_win3; local in function:PopUpMenu
1268 tmp_win2 = tmp_win;
1273 tmpname1 = tmp_win2->name;
1282 tmp_win3 = tmp_win2;
1283 tmp_win2 = WindowNames[i];
1287 WindowNames[WindowNameCount] = tmp_win2;
/xsrc/external/mit/twm/dist/src/
H A Dmenus.c924 TwmWindow *tmp_win2, *tmp_win3; local in function:PopUpMenu
962 tmp_win2 = tmp_win;
964 if ((*compar) (tmp_win2->name, WindowNames[i]->name) < 0) {
965 tmp_win3 = tmp_win2;
966 tmp_win2 = WindowNames[i];
970 WindowNames[WindowNameCount] = tmp_win2;

Completed in 6 milliseconds