Home | History | Annotate | Download | only in sed

Lines Matching refs:initial_size

389 static void line_init P_((struct line *, struct line *, size_t initial_size));
391 line_init(buf, state, initial_size)
394 size_t initial_size;
396 buf->text = MALLOC(initial_size, char);
398 buf->alloc = initial_size;