Lines Matching defs:modebuf
148 static char modebuf[160];
521 *value = modebuf;
537 snprintf(modebuf, sizeof(modebuf),
549 if (mode_flags & V_PHSYNC) strcat(modebuf, " +hsync");
550 if (mode_flags & V_NHSYNC) strcat(modebuf, " -hsync");
551 if (mode_flags & V_PVSYNC) strcat(modebuf, " +vsync");
552 if (mode_flags & V_NVSYNC) strcat(modebuf, " -vsync");
553 if (mode_flags & V_INTERLACE) strcat(modebuf, " interlace");
554 if (mode_flags & V_CSYNC) strcat(modebuf, " composite");
555 if (mode_flags & V_PCSYNC) strcat(modebuf, " +csync");
556 if (mode_flags & V_NCSYNC) strcat(modebuf, " -csync");
557 if (mode_flags & V_DBLSCAN) strcat(modebuf, " doublescan");
558 printf("%s\n", modebuf);