Lines Matching defs:wm_command_count
278 int wm_command_count;
308 wm_command_count = 0;
309 XGetCommand(dpy, theWindow->w, &wm_command, &wm_command_count);
311 if (clientId || !wm_command || wm_command_count == 0) {
318 if (!write_byte(configFile, (unsigned char) wm_command_count))
320 for (i = 0; i < wm_command_count; i++)
383 entry->wm_command_count = 0;
401 entry->wm_command_count = byte;
403 if (entry->wm_command_count == 0)
407 malloc((size_t) entry->wm_command_count * sizeof(char *));
412 for (i = 0; i < entry->wm_command_count; i++)
470 if (entry->wm_command_count && entry->wm_command) {
471 for (i = 0; i < entry->wm_command_count; i++)
582 int wm_command_count = 0;
585 &wm_command, &wm_command_count);
587 if (wm_command_count == ptr->wm_command_count) {
590 for (i = 0; i < wm_command_count; i++)
595 if (i == wm_command_count)