Lines Matching refs:adjp
1391 XF86ConfAdjacencyPtr adjp;
1426 adjp = conf_layout->lay_adjacency_lst;
1434 while (adjp) {
1436 adjp = (XF86ConfAdjacencyPtr) adjp->list.next;
1451 adjp = conf_layout->lay_adjacency_lst;
1453 while (adjp) {
1455 if (adjp->adj_scrnum < 0)
1458 scrnum = adjp->adj_scrnum;
1459 if (!configScreen(slp[count].screen, adjp->adj_screen, scrnum,
1460 X_CONFIG, (scrnum == 0 && !adjp->list.next))) {
1467 slp[count].x = adjp->adj_x;
1468 slp[count].y = adjp->adj_y;
1469 slp[count].refname = adjp->adj_refscreen;
1470 switch (adjp->adj_where) {
1473 slp[count].topname = adjp->adj_top_str;
1474 slp[count].bottomname = adjp->adj_bottom_str;
1475 slp[count].leftname = adjp->adj_left_str;
1476 slp[count].rightname = adjp->adj_right_str;
1498 adjp = (XF86ConfAdjacencyPtr) adjp->list.next;