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

/ast/src/lib/libtk/unix/
H A DtkUnixWm.c184 char *clientMachine; /* String to store in WM_CLIENT_MACHINE member in struct:TkWmInfo
405 wmPtr->clientMachine = NULL;
497 if (wmPtr->clientMachine != NULL) {
498 if (XStringListToTextProperty(&wmPtr->clientMachine, 1, &textProp)
650 if (wmPtr->clientMachine != NULL) {
651 ckfree((char *) wmPtr->clientMachine);
816 if (wmPtr->clientMachine != NULL) {
817 interp->result = wmPtr->clientMachine;
822 if (wmPtr->clientMachine != NULL) {
823 ckfree((char *) wmPtr->clientMachine);
[all...]

Completed in 9 milliseconds