Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c304 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()
H A Dex_re.h66 var unsigned char rhsbuf[RHSSIZE]; /* Rhs of last substitute */
H A Dex_tune.h65 #define RHSSIZE 512 /* Size of rhs of substitute */ macro