Home
last modified time | relevance | path

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

/netbsd-src/bin/ed/
H A Dmain.c483 if (!isglobal) clear_undo_stack(); in exec_command()
491 if (!isglobal) clear_undo_stack(); in exec_command()
500 if (!isglobal) clear_undo_stack(); in exec_command()
522 clear_undo_stack(); in exec_command()
537 clear_undo_stack(); in exec_command()
598 if (!isglobal) clear_undo_stack(); in exec_command()
606 if (!isglobal) clear_undo_stack(); in exec_command()
638 if (!isglobal) clear_undo_stack(); in exec_command()
684 if (!isglobal) clear_undo_stack(); in exec_command()
781 if (!isglobal) clear_undo_stack(); in exec_command()
[all …]
H A Dundo.c63 clear_undo_stack(); in push_undo_stack()
132 clear_undo_stack(void) in clear_undo_stack() function
H A Dglbl.c103 clear_undo_stack(); in exec_global()
H A Ded.h171 void clear_undo_stack(void);