Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mg/
H A Dfile.c308 x = undo_enable(FFRAND, 0); in insertfile()
349 undo_enable(FFRAND, x); in insertfile()
365 x2 = undo_enable(FFRAND, 0); in insertfile()
368 undo_enable(FFRAND, x2); in insertfile()
493 undo_enable(FFRAND, x); in insertfile()
H A Dfunmap.c228 {undo_enable, "undo-enable", 0},
H A Ddef.h703 int undo_enable(int, int);
H A Dundo.c172 undo_enable(int f, int n) in undo_enable() function