Lines Matching defs:text
51 char *text; /* Text to be interpreted when the
125 /* Put the correct stuff in the text field */
126 text = (char *) XtMalloc((unsigned) (strlen(info->choice.text) +
127 strlen((info->data)[i].text) + 3));
128 strcpy(text, info->choice.text);
129 strcat(text, " ");
130 strcat(text, (info->data)[i].text);
131 strcat(text, "\n");
132 callbacklist[0].closure = (caddr_t) text;