Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Demacs.c336 x_histp = histptr + 1;
355 if (histptr - histlist >= off)
356 x_load_hist(histptr - off);
850 static int x_end_hist(c) int c; { x_load_hist(histptr); return KSTD;} in x_end_hist()
867 x_load_hist(histptr + x_arg - source->line);
877 if (hp < histlist || hp > histptr) {
897 x_nextcmd = source->line - (histptr - x_histp) + 1;
995 x_histp = histptr;
2013 cp = *histptr;
H A Dlex.h131 EXTERN char **histptr; /* last history item */ variable