Searched refs:wm_command_count (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/smproxy/dist/
H A Dsave.c215 if (!theWindow->wm_command || theWindow->wm_command_count == 0)
222 if (!write_byte (proxyFile, (char) theWindow->wm_command_count))
224 for (int i = 0; i < theWindow->wm_command_count; i++)
250 entry->wm_command_count = 0;
263 entry->wm_command_count = byte;
265 if (entry->wm_command_count == 0)
269 entry->wm_command = calloc (entry->wm_command_count, sizeof (char *));
274 for (i = 0; i < entry->wm_command_count; i++)
293 if (entry->wm_command_count)
295 for (i = 0; i < entry->wm_command_count;
[all...]
H A Dsmproxy.h76 int wm_command_count; member in struct:WinInfo
96 int wm_command_count; member in struct:ProxyFileEntry
H A Dsmproxy.c304 prop1.num_vals = winInfo->wm_command_count;
306 prop1.vals = calloc (winInfo->wm_command_count, sizeof (SmPropValue));
314 for (int i = 0; i < winInfo->wm_command_count; i++)
322 prop2.num_vals = winInfo->wm_command_count;
612 newptr->wm_command_count = 0;
725 &leader_winptr->wm_command_count);
734 leader_winptr->wm_command_count > 0 &&
892 winptr->wm_command_count = 0;
897 &winptr->wm_command_count);
/xsrc/external/mit/ctwm/dist/
H A Dsession.h26 int wm_command_count; member in struct:TWMWinConfigEntry
H A Dsession.c377 int wm_command_count, i; local in function:WriteWinConfigEntry
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;
777 int wm_command_count = 0, i; local in function:GetWindowConfig
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dsession.c278 int wm_command_count; local in function:WriteWinConfigEntry
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 * sizeo
582 int wm_command_count = 0; local in function:GetWindowConfig
[all...]
H A Dtwm.h328 int wm_command_count; member in struct:TWMWinConfigEntry

Completed in 8 milliseconds