Searched refs:wmdt_str (Results 1 – 5 of 5) sorted by relevance
93 extern char *wmdt_str;
93 char *wmdt_str = NULL; /* -wmdt */ variable
1243 if (wmdt_str && *wmdt_str != '\0') { in guess_desktop()1244 char *s = wmdt_str; in guess_desktop()
4338 NONUL(wmdt_str)); in process_remote_cmd()4342 if (wmdt_str) free(wmdt_str); in process_remote_cmd()4343 wmdt_str = strdup(p); in process_remote_cmd()
1594 fprintf(stderr, " wmdt: %s\n", wmdt_str in print_settings()1595 ? wmdt_str : "null"); in print_settings()3639 wmdt_str = strdup(argv[++i]); in main() local