Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/ed/
H A Ded.c154 #define RHSIZE (LINE_MAX*2) macro
190 static char rhsbuf[RHSIZE];
1979 static char remem[RHSIZE]; in compsub()
1995 if (p >= &rhsbuf[RHSIZE]) in compsub()
2011 if (p + n > &rhsbuf[RHSIZE]) in compsub()