Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhist.h76 libedit_private int hist_command(EditLine *, int, const wchar_t **);
H A Dparse.c70 { L"history", hist_command },
H A Dhist.c167 hist_command(EditLine *el, int argc, const wchar_t **argv) in hist_command() function