Searched refs:histlist (Results 1 – 2 of 2) sorted by relevance
130 EXTERN char **histlist; /* saved commands */ variable
355 if (histptr - histlist >= off)848 static int x_beg_hist(c) int c; { x_load_hist(histlist); return KSTD;} in x_beg_hist()865 x_load_hist(histlist);877 if (hp < histlist || hp > histptr) {984 for (hp = x_histp - (sameline ? 0 : 1) ; hp >= histlist; --hp) {