Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c140 static wchar_t *rhstext; variable
199 rhstext = (wchar_t *)calloc(1, sizeof (wchar_t) * RHS_TEXT_LEN);
1752 (loc = rhstext)[0] = 0;
1758 used = loc - rhstext;
1761 textbase = rhstext;
1763 rhstext = (wchar_t *)
1764 realloc((char *)rhstext, sizeof (wchar_t)*rhs_len);
1765 if (rhstext == NULL)
1773 loc = loc - textbase + rhstext;
1783 if (loc++ > &rhstext[ RHS_TEXT_LEN ] - 3)
[all …]