Home | History | Annotate | Download | only in sed

Lines Matching refs:buffer

344    symlink target, stored in a temporary buffer that the caller should
406 /* Use buf2 as the buffer, it saves a strcpy if it is not pointing to
514 /* Implement a variable sized buffer of `stuff'. We don't know what it is,
517 struct buffer
526 struct buffer *
529 struct buffer *b = MALLOC(1, struct buffer);
538 struct buffer *b;
545 struct buffer *b;
550 static void resize_buffer P_((struct buffer *b, size_t newlen));
553 struct buffer *b;
575 struct buffer *b;
589 struct buffer *b;
613 struct buffer *b;