Home
last modified time | relevance | path

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

/freebsd-13.1/bin/ed/
H A Dmain.c456 if (!isglobal) clear_undo_stack(); in exec_command()
464 if (!isglobal) clear_undo_stack(); in exec_command()
473 if (!isglobal) clear_undo_stack(); in exec_command()
495 clear_undo_stack(); in exec_command()
510 clear_undo_stack(); in exec_command()
572 if (!isglobal) clear_undo_stack(); in exec_command()
580 if (!isglobal) clear_undo_stack(); in exec_command()
612 if (!isglobal) clear_undo_stack(); in exec_command()
658 if (!isglobal) clear_undo_stack(); in exec_command()
755 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.h188 void clear_undo_stack(void);