Searched refs:RHSSIZE (Results 1 – 3 of 3) sorted by relevance
304 static unsigned char remem[RHSSIZE]; in compsub()392 unsigned char orhsbuf[RHSSIZE]; in comprhs()408 if ((rp + len) >= &rhsbuf[RHSSIZE - 1]) in comprhs()429 if ((rp + len) >= &rhsbuf[RHSSIZE - 1]) in comprhs()444 if(rp >= &rhsbuf[RHSSIZE - 1]) { in comprhs()457 if (rp >= &rhsbuf[RHSSIZE - 1]) in comprhs()461 if(rp >= &rhsbuf[RHSSIZE - 1]) { in comprhs()485 if (rp >= &rhsbuf[RHSSIZE - 1]) { in comprhs()
66 var unsigned char rhsbuf[RHSSIZE]; /* Rhs of last substitute */
65 #define RHSSIZE 512 /* Size of rhs of substitute */ macro