Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dcommand.c183 static int DeleteCommand(struct cmdargs const *);
860 {"delete", NULL, DeleteCommand, LOCAL_AUTH,
862 {NULL, "delete!", DeleteCommand, LOCAL_AUTH,
2597 DeleteCommand(struct cmdargs const *arg) in DeleteCommand() function