Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c942 static int x_curprefix; variable
1201 x_curprefix = 0; in x_emacs()
1223 f = x_curprefix == -1 ? XFUNC_insert : in x_emacs()
1224 x_tab[x_curprefix][c]; in x_emacs()
1242 i = c | (x_curprefix << 8); in x_emacs()
1243 x_curprefix = 0; in x_emacs()
1290 if (x_curprefix == -1) { in x_insert()
2221 x_curprefix = -1; in x_literal()
2228 x_curprefix = 1; in x_meta1()
2235 x_curprefix = 2; in x_meta2()