Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c990 static void x_load_hist(char **);
1258 x_load_hist(histptr - off); in x_emacs()
1799 x_load_hist(history); in x_beg_hist()
1806 x_load_hist(histptr); in x_end_hist()
1813 x_load_hist(x_histp - x_arg); in x_prev_com()
1820 x_load_hist(x_histp + x_arg); in x_next_com()
1833 x_load_hist(history); in x_goto_hist()
1835 x_load_hist(histptr + x_arg - source->line); in x_goto_hist()
1840 x_load_hist(char **hp) in x_load_hist() function
1957 x_load_hist(histptr + 1); in x_search_hist()
[all …]