Lines Matching defs:wm_command
376 char **wm_command;
417 wm_command = NULL;
419 XGetCommand(dpy, theWindow->w, &wm_command, &wm_command_count);
421 if(clientId || !wm_command || wm_command_count == 0) {
431 if(!write_counted_string(configFile, wm_command[i])) {
434 XFreeStringList(wm_command);
552 entry->wm_command = NULL;
555 entry->wm_command = calloc(entry->wm_command_count, sizeof(char *));
557 if(!entry->wm_command) {
562 if(!read_counted_string(configFile, &entry->wm_command[i])) {
648 if(entry->wm_command_count && entry->wm_command) {
650 if(entry->wm_command[i]) {
651 free(entry->wm_command[i]);
654 if(entry->wm_command) {
655 free(entry->wm_command);
776 char **wm_command = NULL;
780 &wm_command, &wm_command_count);
784 if(strcmp(wm_command[i],
785 ptr->wm_command[i]) != 0) {