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

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

Completed in 21 milliseconds