| 485 | } |
| 486 | |
| 487 | private void |
| 488 | ch__clearmacro(EditLine *el) |
| 489 | { |
| 490 | c_macro_t *ma = &el->el_chared.c_macro; |
| 491 | while (ma->level >= 0) |
| 492 | el_free(ma->macro[ma->level--]); |
| 493 | } |
| 494 | |
| 495 | /* ch_enlargebufs(): |
| 496 | * Enlarge line buffer to be able to hold twice as much characters. |