Searched refs:complete_command (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/tnftp/src/
H A Dcomplete.c63 static unsigned char complete_command (char *, int);
139 complete_command(char *word, int list) function
394 return (complete_command(word, dolist));
413 return (complete_command(word, dolist));
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c60 static int complete_command (ng_hci_unit_p, int, struct mbuf **);
183 error = complete_command(unit, ep->opcode, &cp);
286 error = complete_command(unit, ep->opcode, &cp);
333 complete_command(ng_hci_unit_p unit, int opcode, struct mbuf **cp) function
384 } /* complete_command */
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-cmds.c59 static void complete_command (char *, int);
230 complete_command (char *arg, int from_tty)
294 return cmd_cfunc_eq (c, complete_command);
1151 add_com ("complete", class_obscure, complete_command,
226 complete_command (char *arg, int from_tty) function
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c793 static void complete_command(struct mlx5_cmd_work_ent *ent) function
869 complete_command(ent);
1225 complete_command(ent);

Completed in 178 milliseconds