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

/external/mksh/src/
H A Dedit.c928 static char **x_histp; /* history position */ variable
930 static char **x_histncp; /* saved x_histp for " */
1127 x_histp = histptr + 1;
1196 x_histp = histptr + 1;
1209 x_histncp = x_histp;
1792 x_load_hist(x_histp - x_arg);
1799 x_load_hist(x_histp + x_arg);
1833 x_histp = hp;
1851 if (!x_histncp || (x_histp != x_histncp && x_histp !
[all...]

Completed in 81 milliseconds