sbin/fdisk/cmd.h
33
int Xexit(const char *, struct mbr *);
sbin/fdisk/user.c
53
{"exit", 1, Xexit, "Discard changes and exit edit level"},
usr.sbin/config/cmd.c
57
{"exit", Xexit, "", "Exit, without saving changes"},
usr.sbin/config/cmd.h
67
int Xexit(cmd_t *);