Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c950 static char **x_histncp; /* saved x_histp for " */ variable
1254 x_histncp = NULL; in x_emacs()
1259 x_histncp = x_histp; in x_emacs()
1868 if (!x_histncp || (x_histmcp != x_histncp && x_histmcp != histptr + 1)) in x_nl_next_com()
1870 x_histncp = x_histmcp; in x_nl_next_com()
1871 x_nextcmd = source->line - (histptr - x_histncp) + 1; in x_nl_next_com()