Searched refs:wm_command (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/smproxy/dist/ |
| H A D | save.c | 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[ [all...] |
| H A D | smproxy.h | 75 char **wm_command; member in struct:WinInfo 97 char **wm_command; member in struct:ProxyFileEntry
|
| H A D | smproxy.c | 268 prop1val.value = (SmPointer) winInfo->wm_command[0]; 269 prop1val.length = strlen (winInfo->wm_command[0]); 316 prop1.vals[i].value = (SmPointer) winInfo->wm_command[i]; 317 prop1.vals[i].length = strlen (winInfo->wm_command[i]); 611 newptr->wm_command = NULL; 643 if (ptr->wm_command) 644 XFreeStringList (ptr->wm_command); 724 &leader_winptr->wm_command, 733 leader_winptr->wm_command != NULL && 888 if (winptr->wm_command) [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | session.h | 27 char **wm_command; member in struct:TWMWinConfigEntry
|
| H A D | session.c | 376 char **wm_command; local in function:WriteWinConfigEntry 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[ 776 char **wm_command = NULL; local in function:GetWindowConfig [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | session.c | 277 char **wm_command; local in function:WriteWinConfigEntry 307 wm_command = NULL; 309 XGetCommand(dpy, theWindow->w, &wm_command, &wm_command_count); 311 if (clientId || !wm_command || wm_command_count == 0) { 321 if (!write_counted_string(configFile, wm_command[i])) 323 XFreeStringList(wm_command); 382 entry->wm_command = NULL; 404 entry->wm_command = NULL; 406 entry->wm_command = (char **) 409 if (!entry->wm_command) 581 char **wm_command = NULL; local in function:GetWindowConfig [all...] |
| H A D | twm.h | 329 char **wm_command; member in struct:TWMWinConfigEntry
|
Completed in 7 milliseconds