Lines Matching defs:aptr
380 XF86ConfAdjacencyPtr aptr;
383 aptr = malloc(sizeof(XF86ConfAdjacencyRec));
384 aptr->list.next = NULL;
385 aptr->adj_x = 0;
386 aptr->adj_y = 0;
387 aptr->adj_scrnum = scrnum;
389 aptr->adj_screen_str = tmp;
391 aptr->adj_where = CONF_ADJ_ABSOLUTE;
392 aptr->adj_refscreen = NULL;
395 aptr->adj_where = CONF_ADJ_RIGHTOF;
397 aptr->adj_refscreen = tmp;
401 (glp) aptr);