HomeSort by: relevance | last modified time | path
    Searched defs:x_load_hist (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
emacs.c 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) function
989 x_load_hist(hp)
    [all...]
emacs.c 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) function
989 x_load_hist(hp)
    [all...]

Completed in 65 milliseconds