Lines Matching refs:inf
50 Window inf;61 inf = TryChildren(dpy, win, WM_STATE);62 if (!inf)63 inf = win;64 return inf;78 Window inf = 0;82 for (i = 0; !inf && (i < nchildren); i++) {90 inf = children[i];92 for (i = 0; !inf && (i < nchildren); i++)93 inf = TryChildren(dpy, children[i], WM_STATE);96 return inf;