Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c856 static int x_curprefix; variable
1109 x_curprefix = 0; in x_emacs()
1128 f = x_curprefix == -1 ? XFUNC_insert : in x_emacs()
1129 x_tab[x_curprefix][c]; in x_emacs()
1147 i = c | (x_curprefix << 8); in x_emacs()
1148 x_curprefix = 0; in x_emacs()
1194 if (x_curprefix == -1) { in x_insert()
2109 x_curprefix = -1; in x_literal()
2116 x_curprefix = 1; in x_meta1()
2123 x_curprefix = 2; in x_meta2()