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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DMonitor.c935 } modeFlagTab[] = { variable in typeref:struct:__anon57
1030 for (i = 0; modeFlagTab[i].name != NULL; i += 1) {
1031 if (mlptr->ml_flags & modeFlagTab[i].mask) {
1038 fprintf(cf, "\"%s\"", modeFlagTab[i].name);
1146 for (i = 0; modeFlagTab[i].name != NULL; i += 1) {
1147 if (mlptr->ml_flags & modeFlagTab[i].mask) {
1148 fprintf(cf, " %s", modeFlagTab[i].name);

Completed in 697 milliseconds