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
1196 x_curprefix = 0; in x_emacs()
1220 f = x_curprefix == -1 ? XFUNC_insert : in x_emacs()
1221 x_tab[x_curprefix][c]; in x_emacs()
1239 i = c | (x_curprefix << 8); in x_emacs()
1240 x_curprefix = 0; in x_emacs()
1287 if (x_curprefix == -1) { in x_insert()
2202 x_curprefix = -1; in x_literal()
2209 x_curprefix = 1; in x_meta1()
2216 x_curprefix = 2; in x_meta2()