Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c927 static char **x_histp; /* history position */ variable
1124 x_histp = histptr + 1; in x_modified()
1194 x_histp = histptr + 1; in x_emacs()
1207 x_histncp = x_histp; in x_emacs()
1780 x_load_hist(x_histp - x_arg); in x_prev_com()
1787 x_load_hist(x_histp + x_arg); in x_next_com()
1821 x_histp = hp; in x_load_hist()
1839 if (!x_histncp || (x_histp != x_histncp && x_histp != histptr + 1)) in x_nl_next_com()
1841 x_histncp = x_histp; in x_nl_next_com()
1946 for (hp = x_histp - (sameline ? 0 : 1); hp >= history; --hp) { in x_search()
[all …]