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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Option.c109 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
H A Dfbc_getargs.c55 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...]

Completed in 18 milliseconds