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

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c51 #define LHS_TEXT_LEN 80 /* length of lhstext */
139 static wchar_t *lhstext; variable
198 lhstext = (wchar_t *)calloc(1, sizeof (wchar_t) * LHS_TEXT_LEN);
1723 lhstext = (wchar_t *)
1724 realloc((char *)lhstext, sizeof (wchar_t)*lhs_len);
1725 if (lhstext == NULL)
1735 (void) wscpy(lhstext, s); /* don't worry about too long of a name */
1750 if (*lhstext) /* there was an old rule - dump it */
1861 (void) fprintf(fdebug, WSFMT("\t\"%ws :%ws\",\n"), lhstext, rhs);

Completed in 108 milliseconds