Home
last modified time | relevance | path

Searched refs:push_undo_stack (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/bin/ed/
H A Dundo.c45 push_undo_stack(int type, int from, int to) in push_undo_stack() function
H A Ded.h167 undo_t *push_undo_stack(int, int, int);
H A Dsub.c153 else if ((up = push_undo_stack(UADD, in search_and_replace()
H A Dio.c99 else if ((up = push_undo_stack(UADD, current_addr, in read_stream()