Searched defs:match_ent_ptr (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_keywds.c51 const void **match_ent_ptr) /* Returned ptr to matching entry */
61 *match_ent_ptr = NULL;
78 if (*match_ent_ptr != NULL) {
81 *match_ent_ptr = table_ent_ptr;
47 fbc_search_keywds( void *keywd_table, int table_ent_len, const char * const keywd, const void **match_ent_ptr) argument
H A Dfbc_getargs.c56 const keywd_int_t **match_ent_ptr) /* Returned ptr to matching ent */
67 (const void **)match_ent_ptr);
247 const keywd_int_t *match_ent_ptr; /* Ptr to matching keyword entry */ local
266 &match_ent_ptr);
274 option_value = match_ent_ptr->conf_name;
276 option_value = match_ent_ptr->argv_name;
731 const keywd_int_t *match_ent_ptr; /* Ptr to matching keyword entry */ local
740 &match_ent_ptr); local
745 fbvar->xf86_entry_mods.scrn_defaultdepth = match_ent_ptr->value;
863 const keywd_int_t *match_ent_ptr; /* Pt local
51 fbc_search_optvals( fbc_varient_t *fbvar, const char * const option_name, const keywd_int_t *keywd_table, const char * const option_value, const keywd_int_t **match_ent_ptr) argument
893 &match_ent_ptr); local
1138 const keywd_int_t *match_ent_ptr; /* Ptr to matching keyword entry */ local
1249 const keywd_int_t *match_ent_ptr; /* Ptr to matching keyword entry */ local
1289 &match_ent_ptr); local
[all...]

Completed in 92 milliseconds