Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ppp/
H A Dcommand.c185 static int DeleteCommand(struct cmdargs const *);
858 {"delete", NULL, DeleteCommand, LOCAL_AUTH,
860 {NULL, "delete!", DeleteCommand, LOCAL_AUTH,
2595 DeleteCommand(struct cmdargs const *arg) in DeleteCommand() function