HomeSort by: relevance | last modified time | path
    Searched defs:complete_command (Results 1 - 4 of 4) sorted by relevancy

  /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));
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);
complete.c 301 complete_command(EditLine *el, char *word, int dolist) function in typeref:typename:unsigned char
950 return complete_command(el, word, dolist);

Completed in 51 milliseconds