Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dfilecomplete.c447 append_char_function(const char *name) in append_char_function() function
549 app_func = append_char_function; in fn_display_match_list()
687 app_func = append_char_function; in fn_complete2()
/freebsd/bin/sh/
H A Dhistedit.c78 static const char *append_char_function(const char *);
749 append_char_function(const char *name) in append_char_function() function
773 L" \t\n\"\\'`@$><=;|&{(", NULL, append_char_function, in sh_complete()