Searched refs:option_value (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_Option.h | 43 const char *option_value); /* Option value string */
|
H A D | fbc_getargs.c | 55 const char * const option_value, /* Keyword string to look up */ 66 option_value, 74 option_name, option_value); 90 option_value); 119 const char *option_value, /* Option entry value string */ 171 if ((option_value != NULL) || 173 if ((option_value == NULL) || 178 if (strcmp_fn(option_value, option_mod->value) 211 option_mod->value = option_value; 249 const char *option_value; /* Optio 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 116 fbc_add_Option_mod( sectn_mask_t option_section, const char *option_name, const char *option_value, int (* strcmp_fn)(const char *s1, const char *s2), fbc_varient_t *fbvar, xf86_opt_mod_t **option_mod_p) argument [all...] |
H A D | fbc_getargs.h | 104 const char *const option_value, /* Keyword string to look up */ 110 const char *option_value, /* Option entry value string */
|
H A D | fbc_Option.c | 109 const char *option_value) /* Option value string */ 153 (char *)option_value, 105 fbc_set_Option_value( xf86_active_t *active, sectn_mask_t section, const char *option_name, const char *option_value) argument
|
Completed in 13 milliseconds