Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c991 static void x_load_hist(char **);
1257 x_load_hist(histptr - off); in x_emacs()
1798 x_load_hist(history); in x_beg_hist()
1805 x_load_hist(histptr); in x_end_hist()
1812 x_load_hist(x_histp - x_arg); in x_prev_com()
1819 x_load_hist(x_histp + x_arg); in x_next_com()
1832 x_load_hist(history); in x_goto_hist()
1834 x_load_hist(histptr + x_arg - source->line); in x_goto_hist()
1839 x_load_hist(char **hp) in x_load_hist() function
1956 x_load_hist(histptr + 1); in x_search_hist()
[all …]