Lines Matching refs:full_name
271 tmp_win->full_name = strdup(tmp_win->name);
275 (!short_lookup LookInList(Scr->NoHighlight, tmp_win->full_name,
279 (!short_lookup LookInList(Scr->NoStackModeL, tmp_win->full_name,
283 (!short_lookup LookInList(Scr->NoTitleHighlight, tmp_win->full_name,
287 tmp_win->full_name,
293 !short_lookup LookInList(Scr->DontIconify, tmp_win->full_name,
300 short_lookup LookInList(Scr->IconifyByUn, tmp_win->full_name,
303 if (LookInList(Scr->WindowRingL, tmp_win->full_name, &tmp_win->xclass)) {
325 if (!LookInList(Scr->DontSqueezeTitleL, tmp_win->full_name,
328 LookInList(Scr->SqueezeTitleL, tmp_win->full_name,
351 if (LookInList(Scr->MakeTitle, tmp_win->full_name, &tmp_win->xclass))
353 if (LookInList(Scr->NoTitle, tmp_win->full_name, &tmp_win->xclass))
360 if (LookInList(Scr->StartIconified, tmp_win->full_name, &tmp_win->xclass)) {
796 GetColorFromList(Scr->BorderColorL, tmp_win->full_name,
798 GetColorFromList(Scr->IconBorderColorL, tmp_win->full_name,
800 GetColorFromList(Scr->BorderTileForegroundL, tmp_win->full_name,
802 GetColorFromList(Scr->BorderTileBackgroundL, tmp_win->full_name,
804 GetColorFromList(Scr->TitleForegroundL, tmp_win->full_name,
806 GetColorFromList(Scr->TitleBackgroundL, tmp_win->full_name,
808 GetColorFromList(Scr->IconForegroundL, tmp_win->full_name,
810 GetColorFromList(Scr->IconBackgroundL, tmp_win->full_name,