Home | History | Annotate | Download | only in sed

Lines Matching defs:hold

165 static struct line hold;
883 hold.length = 0;
1513 The problem is that hold space and the input file might as
1514 well have different states; copying it from hold space means
1519 line_copy(&hold, &line, true);
1524 The problem is that hold space and pattern space might as
1528 line_append(&hold, &line, true);
1533 line_copy(&line, &hold, true);
1538 line_append(&line, &hold, true);
1670 line_exchange(&line, &hold, false);
1841 line_init(&hold, NULL, 0);
1879 FREE(hold.text);