Searched refs:U_ (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/bin/ksh/ |
| H A D | vi.c | 83 #define U_ 0x10 /* an UN-undoable command (that isn't a M_) */ macro 89 #define is_cmd(c) (classify[(c)&0x7f]&(M_|E_|C_|U_)) 93 #define is_undoable(c) (!(classify[(c)&0x7f]&U_)) 100 B_, 0, 0, 0, 0, C_|U_, C_|Z_, 0, 102 M_, C_|Z_, 0, 0, C_|U_, 0, C_, 0, 104 C_, 0, C_|U_, 0, 0, 0, C_, 0, 116 C_|X_, C_, M_, C_, C_, M_, M_|X_, C_|U_|Z_, 118 0, C_, 0, 0, 0, 0, C_|U_, 0, 122 C_, C_|U_, 0, 0, C_|Z_, 0, M_, C_|Z_, 126 M_, C_, C_|U_, C_|U_, M_, 0, C_|U_, 0, [all …]
|