Home | History | Annotate | Download | only in ksh

Lines Matching defs:M_

76 #define C_	0x1		/* a valid command that isn't a M_, E_, U_ */
77 #define M_ 0x2 /* movement command (h, l, etc.) */
80 #define U_ 0x10 /* an UN-undoable command (that isn't a M_) */
86 #define is_cmd(c) (classify[(c)&0x7f]&(M_|E_|C_|U_))
87 #define is_move(c) (classify[(c)&0x7f]&M_)
99 M_, C_|Z_, 0, 0, C_|U_, 0, C_, 0,
105 M_, 0, 0, C_, M_, M_, 0, 0,
107 0, 0, C_, C_, M_, C_, 0, C_|S_,
109 M_, 0, 0, 0, 0, 0, 0, 0,
111 0, 0, 0, M_, 0, C_, 0, C_|S_,
113 C_|X_, C_, M_, C_, C_, M_, M_|X_, C_|U_|Z_,
117 C_, 0, C_, C_, M_|X_, C_, 0, M_,
119 C_, C_|U_, 0, 0, C_|Z_, 0, M_, C_|Z_,
121 0, C_, M_, E_, E_, M_, M_|X_, C_|Z_,
123 M_, C_, C_|U_, C_|U_, M_, 0, C_|U_, 0,
125 C_, 0, X_, C_, M_|X_, C_|U_, C_|U_|Z_,M_,
127 C_, E_|U_, 0, 0, M_|Z_, 0, C_, 0