Home | Sort by: relevance | last modified time | path |
/src/usr.bin/ftp/ | |
complete.c | 56 static unsigned char complete_command (char *, int); 131 complete_command(char *word, int list) function in typeref:typename:unsigned char 386 return (complete_command(word, dolist)); 405 return (complete_command(word, dolist)); |
/src/usr.bin/mail/ | |
complete.c | 301 complete_command(EditLine *el, char *word, int dolist) function in typeref:typename:unsigned char 950 return complete_command(el, word, dolist); |