Home
last modified time | relevance | path

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

/openbsd/usr.bin/ftp/
H A Dcomplete.c51 static unsigned char complete_local(char *, int);
151 complete_local(char *word, int list) in complete_local() function
333 return (complete_local(word, dolist)); in complete()