Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c929 static char **x_histncp; /* saved x_histp for " */ variable
1222 x_histncp = NULL; in x_emacs()
1227 x_histncp = x_histp; in x_emacs()
1859 if (!x_histncp || (x_histp != x_histncp && x_histp != histptr + 1)) in x_nl_next_com()
1861 x_histncp = x_histp; in x_nl_next_com()
1862 x_nextcmd = source->line - (histptr - x_histncp) + 1; in x_nl_next_com()