Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c137 static wchar_t *lhstext; variable
196 lhstext = calloc(LHS_TEXT_LEN, sizeof (wchar_t)); in setup()
1689 lhstext = (wchar_t *) in lhsfill()
1690 realloc((char *)lhstext, sizeof (wchar_t)*lhs_len); in lhsfill()
1691 if (lhstext == NULL) in lhsfill()
1701 (void) wscpy(lhstext, s); /* don't worry about too long of a name */ in lhsfill()
1715 if (*lhstext) /* there was an old rule - dump it */ in rhsfill()
1826 (void) fprintf(fdebug, "\t\"%ws :%ws\",\n", lhstext, rhs); in lrprnt()