HomeSort by: relevance | last modified time | path
    Searched refs: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
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
950 return complete_command(el, word, dolist);
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 402 complete_command (const char *arg, int from_tty)
437 return cmd_simple_func_eq (c, complete_command);
2705 add_com ("complete", class_obscure, complete_command,
398 complete_command (const char *arg, int from_tty) function
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 401 complete_command (const char *arg, int from_tty)
460 return cmd_simple_func_eq (c, complete_command);
2712 add_com ("complete", class_obscure, complete_command,
397 complete_command (const char *arg, int from_tty) function

Completed in 35 milliseconds