ec_bufptr          41 gc/cord/cordprnt.c     return(CORD_len(x[0].ec_cord) + (x[0].ec_bufptr - x[0].ec_buf));
ec_bufptr         278 gc/cord/cordprnt.c             	        if (CORD_BUFSZ - (result[0].ec_bufptr-result[0].ec_buf)
ec_bufptr         282 gc/cord/cordprnt.c             	        buf = result[0].ec_bufptr;
ec_bufptr         320 gc/cord/cordprnt.c             	    if (buf != result[0].ec_bufptr) {
ec_bufptr         327 gc/cord/cordprnt.c 		        result[0].ec_bufptr = buf + len;
ec_bufptr         412 gc/cord/cordxtra.c     register size_t len = x[0].ec_bufptr - x[0].ec_buf;
ec_bufptr         420 gc/cord/cordxtra.c     x[0].ec_bufptr = x[0].ec_buf;
ec_bufptr          39 gc/include/ec.h     char * ec_bufptr;
ec_bufptr          55 gc/include/ec.h # define CORD_ec_init(x) ((x)[0].ec_cord = 0, (x)[0].ec_bufptr = (x)[0].ec_buf)
ec_bufptr          60 gc/include/ec.h 	if ((x)[0].ec_bufptr == (x)[0].ec_buf + CORD_BUFSZ) { \
ec_bufptr          63 gc/include/ec.h 	*((x)[0].ec_bufptr)++ = (c); \