Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dvi.c93 #define is_undoable(c) (!(classify[(c)&0x7f]&U_)) macro
714 if (is_undoable(*cmd) && !macro.p) { in vi_cmd()