Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/mail/
HDcmdtab.c51 { "next", next, NDMLIST, 0, MMNDEL },
53 { "print", type, MSGLIST, 0, MMNDEL },
54 { "type", type, MSGLIST, 0, MMNDEL },
55 { "Type", Type, MSGLIST, 0, MMNDEL },
56 { "Print", Type, MSGLIST, 0, MMNDEL },
58 { "top", top, MSGLIST, 0, MMNDEL },
59 { "touch", stouch, W|MSGLIST, 0, MMNDEL },
60 { "preserve", preserve, W|MSGLIST, 0, MMNDEL },
61 { "delete", delete, W|P|MSGLIST, 0, MMNDEL },
62 { "dp", deltype, W|MSGLIST, 0, MMNDEL },
[all …]
HDdef.h141 #define MMNDEL MDELETED /* Look only at deleted bit */ macro