Lines Matching refs:adjp
1354 XF86ConfAdjacencyPtr adjp; in configLayout() local
1389 adjp = conf_layout->lay_adjacency_lst; in configLayout()
1397 while (adjp) { in configLayout()
1399 adjp = (XF86ConfAdjacencyPtr) adjp->list.next; in configLayout()
1414 adjp = conf_layout->lay_adjacency_lst; in configLayout()
1416 while (adjp) { in configLayout()
1418 if (adjp->adj_scrnum < 0) in configLayout()
1421 scrnum = adjp->adj_scrnum; in configLayout()
1422 if (!configScreen(slp[count].screen, adjp->adj_screen, scrnum, in configLayout()
1423 X_CONFIG, (scrnum == 0 && !adjp->list.next))) { in configLayout()
1430 slp[count].x = adjp->adj_x; in configLayout()
1431 slp[count].y = adjp->adj_y; in configLayout()
1432 slp[count].refname = adjp->adj_refscreen; in configLayout()
1433 switch (adjp->adj_where) { in configLayout()
1436 slp[count].topname = adjp->adj_top_str; in configLayout()
1437 slp[count].bottomname = adjp->adj_bottom_str; in configLayout()
1438 slp[count].leftname = adjp->adj_left_str; in configLayout()
1439 slp[count].rightname = adjp->adj_right_str; in configLayout()
1461 adjp = (XF86ConfAdjacencyPtr) adjp->list.next; in configLayout()