Lines Matching defs:textstrings
23 static char textstrings[NUMTEXTWIDGETS][80];
105 snprintf(textstrings[type],sizeof textstrings[type],
111 snprintf(textstrings[type],sizeof textstrings[type],
117 strcpy(textstrings[type],defaultstrings[type]);
120 textargs[1].value = (XtArgVal) textstrings[type];
123 textargs[5].value = (XtArgVal) strlen(textstrings[type]);
154 if (strcmp(textstrings[type],oldtextstrings[type])) {
155 strcpy(oldtextstrings[type],textstrings[type]);
158 textstrings[type]); /* the right second half */