Home
last modified time | relevance | path

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

/external/libedit/src/
Dreadline.c176 static int _history_expand_command(const char *, size_t, size_t,
637 _history_expand_command(const char *command, size_t offs, size_t cmdlen, in _history_expand_command() function
985 ret = _history_expand_command (str, i, (j - i), &tmp); in history_expand()