Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tnftp/src/
H A Dcomplete.c63 static unsigned char complete_command (char *, int);
138 complete_command(char *word, int list) in complete_command() function
393 return (complete_command(word, dolist)); in complete()
412 return (complete_command(word, dolist)); in complete()
/dflybsd-src/sys/netgraph7/bluetooth/hci/
H A Dng_hci_cmds.c60 static int complete_command (ng_hci_unit_p, int, struct mbuf **);
179 error = complete_command(unit, ep->opcode, &cp); in ng_hci_process_command_complete()
279 error = complete_command(unit, ep->opcode, &cp); in ng_hci_process_command_status()
324 complete_command(ng_hci_unit_p unit, int opcode, struct mbuf **cp) in complete_command() function
/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-cmds.c62 static void complete_command (char *, int);
247 complete_command (char *arg, int from_tty) in complete_command() function
307 return cmd_cfunc_eq (c, complete_command); in is_complete_command()
1741 add_com ("complete", class_obscure, complete_command, in _initialize_cli_cmds()