Home
last modified time | relevance | path

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

/third_party/mksh/
Dedit.c956 static char **x_histmcp; /* saved x_histp for " */ variable
1197 x_histmcp = x_histp; in x_modified()
1276 x_histmcp = x_histp = histptr + 1; in x_emacs()
1903 x_histmcp = x_histp; in x_nl_next_com()
1904 if (!x_histncp || (x_histmcp != x_histncp && x_histmcp != histptr + 1)) in x_nl_next_com()
1906 x_histncp = x_histmcp; in x_nl_next_com()
3263 x_histmcp = x_histp; in x_prev_histword()