Lines Matching refs:tmp1
460 WList *tmp1;
473 for (tmp1 = ip->first; tmp1 != NULL; tmp1 = tmp1->next) {
474 if ((*compar) (tmp_win->icon_name, tmp1->twm->icon_name) < 0) {
475 tmp->next = tmp1;
476 tmp->prev = tmp1->prev;
477 tmp1->prev = tmp;
593 WList *tmp1, *tmp2;
603 for (tmp1 = ip->first; tmp1 != NULL; tmp1 = tmp1->next) {
604 if ((tmp2 = tmp1->next) == NULL) {
608 if ((*compar) (tmp1->twm->icon_name, tmp2->twm->icon_name) > 0) {