x_load_hist
static void x_load_hist(char **);
x_load_hist(histptr - off);
static int x_beg_hist(int c) { x_load_hist(history); return KSTD;}
static int x_end_hist(int c) { x_load_hist(histptr); return KSTD;}
static int x_prev_com(int c) { x_load_hist(x_histp - x_arg); return KSTD;}
static int x_next_com(int c) { x_load_hist(x_histp + x_arg); return KSTD;}
x_load_hist(history);
x_load_hist(histptr + x_arg - source->line);
x_load_hist(hp);