Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c952 static char **x_histmcp; /* saved x_histp for " */ variable
1166 x_histmcp = x_histp; in x_modified()
1245 x_histmcp = x_histp = histptr + 1; in x_emacs()
1866 x_histmcp = x_histp; in x_nl_next_com()
1867 if (!x_histncp || (x_histmcp != x_histncp && x_histmcp != histptr + 1)) in x_nl_next_com()
1869 x_histncp = x_histmcp; in x_nl_next_com()
3228 x_histmcp = x_histp; in x_prev_histword()