Lines Matching defs:wm_command_count
377 int wm_command_count, i;
418 wm_command_count = 0;
419 XGetCommand(dpy, theWindow->w, &wm_command, &wm_command_count);
421 if(clientId || !wm_command || wm_command_count == 0) {
427 if(!write_byte(configFile, (char) wm_command_count)) {
430 for(i = 0; i < wm_command_count; i++)
549 entry->wm_command_count = byte;
551 if(entry->wm_command_count == 0) {
555 entry->wm_command = calloc(entry->wm_command_count, sizeof(char *));
561 for(i = 0; i < entry->wm_command_count; i++)
648 if(entry->wm_command_count && entry->wm_command) {
649 for(i = 0; i < entry->wm_command_count; i++)
777 int wm_command_count = 0, i;
780 &wm_command, &wm_command_count);
782 if(wm_command_count == ptr->wm_command_count) {
783 for(i = 0; i < wm_command_count; i++)
789 if(i == wm_command_count) {