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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_res.c370 static const char *mode_pref_keywd[] = { variable
424 for (i = 0; mode_pref_keywd[i] != NULL; i += 1) {
426 mode_pref_keywd[i], /* "AUTO", "NONE" */
835 for (i = 0; mode_pref_keywd[i] != NULL; i += 1) {
836 if (strcasecmp(video_mode->name, mode_pref_keywd[i]) == 0) {

Completed in 7 milliseconds