Lines Matching refs:wm_command
215 if (!theWindow->wm_command || theWindow->wm_command_count == 0)
225 if (!write_counted_string (proxyFile, theWindow->wm_command[i]))
249 entry->wm_command = NULL;
266 entry->wm_command = NULL;
269 entry->wm_command = calloc (entry->wm_command_count, sizeof (char *));
271 if (!entry->wm_command)
275 if (!read_counted_string (proxyFile, &entry->wm_command[i]))
291 if (entry->wm_command)
296 if (entry->wm_command[i])
297 free (entry->wm_command[i]);
299 free (entry->wm_command);
464 if (strcmp (theWindow->wm_command[i],
465 ptr->wm_command[i]) != 0)