Searched defs:slowHelpString (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/open-src/app/accessx/sun-src/
H A Daccessxhelp.h190 static char *slowHelpString[] = { variable
H A DAccessX.c271 static char *slowHelpString = NULL; variable
2570 size += strlen(slowHelpString);
2859 slowHelpString = (char *)malloc(MEMORYCHUNKS);
2860 if (!slowHelpString) {
2864 slowHelpString[0] = '\0';
2873 slowHelpString = XtRealloc (slowHelpString,
2875 if (!slowHelpString) {
2881 strcat (slowHelpString, line);
2991 strcat(textString, slowHelpString);
[all...]

Completed in 12 milliseconds