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 = calloc(RHS_TEXT_LEN, sizeof (wchar_t)); in setup()
1708 static int rhs_len = RHS_TEXT_LEN; in rhsfill()
1727 rhs_len += s_rhs + RHS_TEXT_LEN; in rhsfill()
1748 if (loc++ > &rhstext[ RHS_TEXT_LEN ] - 3) in rhsfill()