Searched refs:string_temp (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dlexer.l54 static char *sbody; /* cur pointer into string_temp */
464 sbody = string_temp;
491 yylval.object = psw_malloc(strlen(string_temp) + 1);
492 strcpy(yylval.object, string_temp);
493 DEBUGP((stderr,"PSSTRING ->%s\n",string_temp));
603 sbody = string_temp;
630 DEBUGP((stderr,"PSHEXSTRING ->%s\n",string_temp));
631 yylval.object = psw_malloc(strlen(string_temp) + 1);
632 strcpy(yylval.object, string_temp);
H A Dpswpriv.h139 extern char *string_temp; /* buffer of that size for scanning strings */
H A Dmain.c70 char *string_temp; /* string buffer of above size */ variable
185 if ((string_temp = (char *) malloc((unsigned) (maxstring+1))) == 0) {

Completed in 11 milliseconds