Searched refs:complete_ambiguous (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tnftp/src/ |
H A D | complete.c | 62 static unsigned char complete_ambiguous (char *, int, StringList *); 86 complete_ambiguous(char *word, int list, StringList *words) in complete_ambiguous() function 156 rv = complete_ambiguous(word, list, words); in complete_command() 226 rv = complete_ambiguous(file, list, words); in complete_local() 268 rv = complete_ambiguous(word, list, words); in complete_option() 351 rv = complete_ambiguous(file, list, words); in complete_remote()
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 1870 complete_ambiguous(const char *word, char **list, size_t count) in complete_ambiguous() function 1939 tmp = complete_ambiguous(cmd, list, count); in complete_cmd_parse() 2050 tmp2 = complete_ambiguous(file, g.gl_pathv, g.gl_matchc); in complete_match()
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 1360 - complete_ambiguous(): be consistent about completing
|