Searched defs:testrun (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c71 static Bool testrun = False; variable
95 fprintf(stderr, " -testrun\n");
1528 if (!testrun) {
1879 if (!strcmp ("-testrun", argv[i])) {
1880 testrun = True;
1973 if (testrun) {
1979 if (!listen && !testrun && (ev.type == MappingNotify) &&
1990 if (testrun || (ev.type == KeyPress)) {
1996 if (testrun || need_probe()) {

Completed in 34 milliseconds