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

/external/mksh/src/
H A Dedit.c942 static int x_curprefix; variable
1196 x_curprefix = 0;
1220 f = x_curprefix == -1 ? XFUNC_insert :
1221 x_tab[x_curprefix][c];
1239 i = c | (x_curprefix << 8);
1240 x_curprefix = 0;
1287 if (x_curprefix == -1) {
2202 x_curprefix = -1;
2209 x_curprefix = 1;
2216 x_curprefix
[all...]

Completed in 399 milliseconds