Searched defs:option_reset_value (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_getargs.c | 240 const char *option_reset_value, /* Opt reset keyword, else NULL */ 302 * * A reset value (option_reset_value) has been provided 306 if ((option_reset_value != NULL) && 307 (strcasecmp(option_value, option_reset_value) != 0)) { 324 option_reset_value, 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
|
Completed in 13 milliseconds