Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c962 static int x_curprefix; variable
1245 x_curprefix = 0; in x_emacs()
1269 f = x_curprefix == -1 ? XFUNC_insert : in x_emacs()
1270 x_tab[x_curprefix][c]; in x_emacs()
1288 i = c | (x_curprefix << 8); in x_emacs()
1289 x_curprefix = 0; in x_emacs()
1334 if (x_curprefix == -1) { in x_insert()
2218 x_curprefix = -1; in x_literal()
2225 x_curprefix = 1; in x_meta1()
2232 x_curprefix = 2; in x_meta2()
[all …]