Lines Matching defs:string
80 * Given a string describing a cursor, locate (or create if necessary)
85 * unless string couldn't be parsed correctly. In this case,
101 Tk_GetCursor(interp, tkwin, string)
104 Tk_Uid string; /* Description of cursor. See manual entry
117 nameKey.name = string;
126 cursorPtr = TkGetCursorByName(interp, tkwin, string);
264 * Given a cursor, return a textual string identifying it.
268 * value is the "string" that was used to create it.
269 * Otherwise the return value is a string giving the X
271 * string is only guaranteed to persist up until the next
290 static char string[20];
294 sprintf(string, "cursor id %p", cursor);
295 return string;