Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dlex.h130 EXTERN char **histlist; /* saved commands */ variable
H A Demacs.c355 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) {