Searched refs:mptr (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | Screen.c | 289 XF86ModePtr mptr; local 293 mptr = xf86confcalloc (1, sizeof (XF86ModeRec)); 294 mptr->mode_name = val.str; 295 mptr->list.next = NULL; 297 xf86addListItem ((glp) ptr->disp_mode_lst, (glp) mptr); 566 XF86ModePtr mptr; /* Ptr to Modes name list element */ local 571 for (mptr = dptr->disp_mode_lst; mptr != NULL; mptr = mptr [all...] |
H A D | Monitor.c | 709 XF86ConfModesLinkPtr mptr; local 716 mptr = xf86confcalloc (1, sizeof (XF86ConfModesLinkRec)); 717 mptr->list.next = NULL; 718 mptr->ml_modes_str = val.str; 719 mptr->ml_modes = NULL; 722 (GenericListPtr)mptr); 727 mptr->line_er = line_er; 885 FILE *cf, XF86ConfModesLinkPtr mptr, const char *const whitespace[]) 888 fprintf (cf, "\"%s\"\n", mptr->ml_modes_str); 1181 XF86ConfModesLinkPtr mptr; /* Pt local 884 xf86printMonitorSectionUseModes( FILE *cf, XF86ConfModesLinkPtr mptr, const char *const whitespace[]) argument [all...] |
H A D | configProcs.h | 103 FILE *cf, XF86ConfModesLinkPtr mptr, const char *const whitespace[]);
|
Completed in 735 milliseconds