Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c139 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); in lrprnt()