Lines Matching refs:rhsbuf
373 if (rhsbuf[0] == '%' && rhsbuf[1] == 0) in compsub()
377 strcpy(rhsbuf, remem); in compsub()
379 strcpy(remem, rhsbuf); in compsub()
397 rp = rhsbuf; 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()
589 rp = rhsbuf; in dosub()
880 rhsp = rhsbuf; in vi_compile()