Lines Matching refs:smode
1940 * Given pWin and pSib and the relationshipe smode, return
1974 int smode)
1988 switch (smode)
2127 int rc, action, smode = Above;
2196 GET_CARD8(CWStackMode, smode);
2197 if ((smode != TopIf) && (smode != BottomIf) &&
2198 (smode != Opposite) && (smode != Above) && (smode != Below))
2200 client->errorValue = smode;
2219 w + (bw << 1), h + (bw << 1), smode);
2236 event.u.u.detail = smode;