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

/external/mksh/src/
H A Dedit.c941 static int x_curprefix; variable
1195 x_curprefix = 0;
1219 f = x_curprefix == -1 ? XFUNC_insert :
1220 x_tab[x_curprefix][c];
1238 i = c | (x_curprefix << 8);
1239 x_curprefix = 0;
1286 if (x_curprefix == -1) {
2211 x_curprefix = -1;
2218 x_curprefix = 1;
2225 x_curprefix
[all...]

Completed in 32 milliseconds