Searched defs:keywd_table (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_keywds.c48 void *keywd_table, /* Table of recognized keywords */
68 for (table_ent_ptr = keywd_table;
109 void *keywd_table, /* Table of recognized keywords */
121 for (table_ent_ptr = keywd_table;
47 fbc_search_keywds( void *keywd_table, int table_ent_len, const char * const keywd, const void **match_ent_ptr) argument
108 fbc_print_matching_keywds( void *keywd_table, int table_ent_len, const char * const keywd) argument
H A Dfbc_Option.c218 const fbc_Optkeywd_t *keywd_table) /* Table of Option value keywds */
239 for (i = 0; keywd_table[i].name != NULL; i += 1) {
240 if (xf86nameCompare(keywd_table[i].name, opt_val) == 0) {
241 return (keywd_table[i].value);
212 fbc_get_Option_keywd_value( xf86_active_t *active, sectn_mask_t section, const char *option_name, int option_not_found, int option_value_bad, const fbc_Optkeywd_t *keywd_table) argument
H A Dfbc_getargs.c54 const keywd_int_t *keywd_table, /* Table of recognized keywords */
64 error_code = fbc_search_keywds((void *)keywd_table,
77 for (i = 0; keywd_table[i].argv_name != NULL; i += 1) {
79 keywd_table[i].argv_name);
88 fbc_print_matching_keywds((void *)keywd_table,
239 const keywd_int_t *keywd_table, /* Table of recognized keywords */
258 if (keywd_table != NULL) {
264 keywd_table,
499 const keywd_int_t *keywd_table; /* Table of recognized keywords */ local
504 keywd_table
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
238 fbc_add_radio_Option_mod( const keywd_int_t *keywd_table, const char *option_reset_value, char * const argv[], int arg, fbc_varient_t *fbvar, const void *fbopt_descr, xf86_opt_mod_t **option_mod_p) argument
[all...]
H A Dfbc_getargs.h103 const keywd_int_t *keywd_table, /* Table of recognized keywords */
117 const keywd_int_t *keywd_table, /* Table of recognized keywords */
200 const keywd_int_t *keywd_table; /* Cmd line option argument keywords */ member in struct:__anon32

Completed in 13 milliseconds