Home
last modified time | relevance | path

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

/freebsd-12.1/bin/ed/
H A Dmain.c465 if (!isglobal) clear_undo_stack(); in exec_command()
473 if (!isglobal) clear_undo_stack(); in exec_command()
482 if (!isglobal) clear_undo_stack(); in exec_command()
504 clear_undo_stack(); in exec_command()
519 clear_undo_stack(); in exec_command()
581 if (!isglobal) clear_undo_stack(); in exec_command()
589 if (!isglobal) clear_undo_stack(); in exec_command()
621 if (!isglobal) clear_undo_stack(); in exec_command()
667 if (!isglobal) clear_undo_stack(); in exec_command()
764 if (!isglobal) clear_undo_stack(); in exec_command()
[all …]
H A Dundo.c65 clear_undo_stack(); in push_undo_stack()
134 clear_undo_stack(void) in clear_undo_stack() function
H A Dglbl.c94 clear_undo_stack(); in exec_global()
H A Ded.h199 void clear_undo_stack(void);