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

/external/mksh/src/
H A Dedit.c929 static char **x_histp; /* history position */ variable
931 static char **x_histncp; /* saved x_histp for " */
1127 x_histp = histptr + 1;
1197 x_histp = histptr + 1;
1210 x_histncp = x_histp;
1783 x_load_hist(x_histp - x_arg);
1790 x_load_hist(x_histp + x_arg);
1824 x_histp = hp;
1842 if (!x_histncp || (x_histp != x_histncp && x_histp !
[all...]

Completed in 164 milliseconds