Searched defs:verbose (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/app/winsysck/sun-src/ |
H A D | main.c | 108 static int verbose, showall, timeout = 0; variable 139 verbose++; 215 if (verbose) printf("%s\n","x11");
|
/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/ |
H A D | cmap_alloc.c | 44 int verbose = False; variable 108 if (verbose) 177 if (verbose) 194 if (std_cmap && !force && verbose) 205 if (verbose) 326 else if (!strcmp(argv[option], "-verbose")) 327 verbose = True; 386 (void)fprintf(stderr, "\t\t[-verbose] [-help]\n");
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | resource.c | 143 {"-v", ".verbose", XrmoptionNoArg, (caddr_t) "on"}, 144 {"+v", ".verbose", XrmoptionNoArg, (caddr_t) "off"}, 204 {"-/+v", "turn on/off verbose mode"}, 244 Bool verbose; variable 278 {&verbose, "verbose", "Verbose", "off", t_Bool}, 876 if (verbose) {
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_modes.c | 954 * @verbose: be verbose about it 964 struct list_head *mode_list, bool verbose) 971 if (verbose) { 963 drm_mode_prune_invalid(struct drm_device *dev, struct list_head *mode_list, bool verbose) argument
|
/solaris-x11-s11/open-src/app/dispswitch/sun-src/ |
H A D | dispswitch.c | 70 static Bool verbose = False; variable 94 fprintf(stderr, " -verbose or -v\n"); 547 if (verbose) 562 if (verbose) 590 if (verbose) { 612 if (verbose) 641 if (verbose) 1005 if (verbose) 1121 if (verbose) 1144 if (verbose) [all...] |
Completed in 24 milliseconds