Searched defs:next_line_er (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_edit_config.c82 fbc_line_elem_t *next_line_er; /* Line ER following insertion point */ local
135 next_line_er = FBC_LAST_ER; /* Append to config */
137 next_line_er = FBC_FIRST_ER; /* Prepend to config */
141 next_line_er,
H A Dfbc_Device.c200 fbc_line_elem_t *next_line_er, /* Line ER following insertion point */
237 next_line_er,
244 next_line_er,
251 next_line_er,
259 next_line_er,
268 next_line_er,
277 next_line_er,
284 next_line_er,
325 fbc_line_elem_t *next_line_er, /* Line ER following insertion point */
419 next_line_er,
198 fbc_insert_new_Device_section( XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, char *dev_identifier, const char *dev_driver, const char *dev_vendor, const char *dev_board, const char *device_path, XF86ConfDevicePtr *device_ptr) argument
321 fbc_insert_Device_section( fbc_dev_t *device, fbc_varient_t *fbvar, XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, XF86ConfDevicePtr *device_ptr) argument
[all...]
H A Dfbc_Monitor.c171 fbc_line_elem_t *next_line_er, /* Line ER following insertion point */
191 next_line_er,
198 next_line_er,
206 next_line_er,
213 next_line_er,
240 fbc_line_elem_t *next_line_er, /* Line ER following insertion point */
304 configIR, next_line_er, mon_identifier, monitor_ptr);
169 fbc_insert_new_Monitor_section( XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, char *mon_identifier, XF86ConfMonitorPtr *monitor_ptr) argument
238 fbc_insert_Monitor_section( XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, const char *mon_ident_tmpl, XF86ConfMonitorPtr *monitor_ptr) argument
H A Dfbc_line_er.c114 fbc_line_elem_t *next_line_er, /* Line ER following insertion point */
118 new_line_er->next_ptr = next_line_er;
119 new_line_er->prev_ptr = next_line_er->prev_ptr;
120 next_line_er->prev_ptr = new_line_er;
121 if (line_ER_list->head_ptr == next_line_er) {
248 fbc_line_elem_t *next_line_er, /* Line ER following insertion point */
267 if (next_line_er == NULL) {
285 next_line_er->indent_level + 1;
288 &fbc_line_ER_list, next_line_er, new_line_er);
324 fbc_line_elem_t *next_line_er, /* Pt
112 fbc_list_insert_prev( fbc_line_list_t *line_ER_list, fbc_line_elem_t *next_line_er, fbc_line_elem_t *new_line_er) argument
247 fbc_insert_line_ER( fbc_line_elem_t *next_line_er, void *ir_ptr, xf86_print_fn_t *print_fn, unsigned char indent_level) argument
322 fbc_edit_line_ER( fbc_line_elem_t **line_er, fbc_line_elem_t *next_line_er, void *ir_ptr, xf86_print_fn_t *print_fn, unsigned char indent_level) argument
[all...]
H A Dfbc_Screen.c423 fbc_line_elem_t *next_line_er, /* Line ER following insertion point */
454 next_line_er,
465 next_line_er,
478 next_line_er,
561 fbc_line_elem_t *next_line_er, /* Line ER following insertion point */
583 next_line_er,
590 next_line_er,
597 next_line_er,
605 next_line_er,
612 next_line_er,
421 fbc_insert_Display_subsection( XF86ConfScreenPtr screen_ptr, fbc_line_elem_t *next_line_er, XF86ConfScrnMonitorEntryPtr mon_ptr, XF86ConfDisplayPtr *display_ptr) argument
559 fbc_insert_new_Screen_section( XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, char *scrn_identifier, const char *scrn_device_str, XF86ConfScreenPtr *screen_ptr) argument
653 fbc_insert_Screen_section( XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, const char *scrn_ident_tmpl, const char *scrn_device_str, XF86ConfScreenPtr *screen_ptr) argument
[all...]

Completed in 15 milliseconds