Lines Matching refs:proto
48 XTextProperty proto;
56 proto.encoding = XA_STRING;
57 proto.format = 8;
59 proto.nitems = nbytes - 1; /* subtract one for trailing <NUL> */
61 proto.nitems = 0;
62 proto.value = NULL;
69 proto.value = (unsigned char *) buf;
81 proto.value = Xmalloc (1); /* easier for client */
82 if (!proto.value) return False;
84 proto.value[0] = '\0';
88 *textprop = proto;