Searched refs:RHS_TEXT_LEN (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 */ macro
199 rhstext = (wchar_t *)calloc(1, sizeof (wchar_t) * RHS_TEXT_LEN);
1743 static int rhs_len = RHS_TEXT_LEN;
1762 rhs_len += s_rhs + RHS_TEXT_LEN;
1783 if (loc++ > &rhstext[ RHS_TEXT_LEN ] - 3)

Completed in 51 milliseconds