Searched refs:fbopt_dsc (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_getargs.c773 const fbopt_descr_t *fbopt_dsc; /* Ptr to cmd line option descr */ local
778 for (fbopt_dsc = fbvar->fbc_option;
779 fbopt_dsc->argv_name != NULL;
780 fbopt_dsc += 1) {
784 if (fbopt_dsc->defaults_argv == NULL) {
791 if ((fbopt_dsc == (fbopt_descr_t *)fbopt_descr) ||
792 (strcasecmp(fbopt_dsc->argv_name, "defaults") == 0)) {
802 (*fbopt_dsc->fbc_getopt_fn)(fbopt_dsc->defaults_argv,
805 fbopt_dsc);
[all...]

Completed in 10 milliseconds