Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c50 #define RHS_TEXT_LEN 640 /* length of rhstext */ macro
197 rhstext = (wchar_t *)calloc(1, sizeof (wchar_t) * RHS_TEXT_LEN); in setup()
1733 static int rhs_len = RHS_TEXT_LEN; in rhsfill()
1752 rhs_len += s_rhs + RHS_TEXT_LEN; in rhsfill()
1773 if (loc++ > &rhstext[ RHS_TEXT_LEN ] - 3) in rhsfill()