Lines Matching refs:aptr
362 XF86ConfAdjacencyPtr aptr; in configureLayoutSection() local
365 aptr = malloc(sizeof(XF86ConfAdjacencyRec)); in configureLayoutSection()
366 aptr->list.next = NULL; in configureLayoutSection()
367 aptr->adj_x = 0; in configureLayoutSection()
368 aptr->adj_y = 0; in configureLayoutSection()
369 aptr->adj_scrnum = scrnum; in configureLayoutSection()
371 aptr->adj_screen_str = tmp; in configureLayoutSection()
373 aptr->adj_where = CONF_ADJ_ABSOLUTE; in configureLayoutSection()
374 aptr->adj_refscreen = NULL; in configureLayoutSection()
377 aptr->adj_where = CONF_ADJ_RIGHTOF; in configureLayoutSection()
379 aptr->adj_refscreen = tmp; in configureLayoutSection()
383 (glp) aptr); in configureLayoutSection()