Lines Matching +defs:temp +defs:string
49 #include <string.h>
282 unsigned char temp;
298 (void)_XEditResGet8(stream, &temp);
299 if (temp != ident) /* Id's don't match, ignore request */
304 (void)_XEditResGet8(stream, &temp);
305 event->any_event.type = (EditresCommand)temp;
476 * Executes a command string received from the resource editor.
1005 "Could not convert the string '%s' for the `%s' "
1609 Widget temp;
1613 for (temp = w, i = 0; temp != NULL; temp = XtParent(temp), i++)
1623 for (i--, temp = w; temp != NULL; temp = XtParent(temp), i--)
1624 widget_list[i] = (unsigned long)temp;
1641 * stream - stream to insert string into
1642 * str - string to insert
1645 * Inserts a string into the protocol stream.
1662 * stream - stream to insert string into
1671 unsigned char temp;
1682 temp = (unsigned char) (value & BYTE_MASK);
1683 *((stream->current)++) = temp;
1692 * stream - stream to insert string into
1710 * stream - stream to insert string into
1896 * str - string to retrieve
1899 * Retrieves an 8 bit string value from the protocol stream.
1985 * Converts a string to an editres block value.
2015 "Could not convert string \"%s\" to EditresBlock.",
2086 const char *string = "";
2157 string = "bad size";
2158 *(char **)(warg->value) = (char *) string;
2169 string = "(null)";
2171 string = (char *)value;
2181 string = to.addr;
2184 string = buffer;
2208 if (string == NULL)
2209 string = "";
2211 *(char **)(warg->value) = (char *) string;