Home
last modified time | relevance | path

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

/freebsd-14.2/bin/ed/
H A Dmain.c454 if (!isglobal) clear_undo_stack(); in exec_command()
462 if (!isglobal) clear_undo_stack(); in exec_command()
471 if (!isglobal) clear_undo_stack(); in exec_command()
493 clear_undo_stack(); in exec_command()
508 clear_undo_stack(); in exec_command()
570 if (!isglobal) clear_undo_stack(); in exec_command()
578 if (!isglobal) clear_undo_stack(); in exec_command()
610 if (!isglobal) clear_undo_stack(); in exec_command()
656 if (!isglobal) clear_undo_stack(); in exec_command()
753 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.c92 clear_undo_stack(); in exec_global()
H A Ded.h187 void clear_undo_stack(void);