Lines Matching defs:x_load_hist
132 static void x_load_hist ARGS((char **hp));
356 x_load_hist(histptr - off);
848 static int x_beg_hist(c) int c; { x_load_hist(histlist); return KSTD;}
850 static int x_end_hist(c) int c; { x_load_hist(histptr); return KSTD;}
852 static int x_prev_com(c) int c; { x_load_hist(x_histp - x_arg); return KSTD;}
854 static int x_next_com(c) int c; { x_load_hist(x_histp + x_arg); return KSTD;}
865 x_load_hist(histlist);
867 x_load_hist(histptr + x_arg - source->line);
872 x_load_hist(hp)
989 x_load_hist(hp);