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

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c52 #define RHS_TEXT_LEN 640 /* length of rhstext */
140 static wchar_t *rhstext; variable
199 rhstext = (wchar_t *)calloc(1, sizeof (wchar_t) * RHS_TEXT_LEN);
1742 static wchar_t *loc; /* next free location in rhstext */
1752 (loc = rhstext)[0] = 0;
1755 /* add to stuff in rhstext */
1758 used = loc - rhstext;
1761 textbase = rhstext;
1763 rhstext = (wchar_t *)
1764 realloc((char *)rhstext, sizeo
[all...]

Completed in 48 milliseconds