Searched refs:MSGLIST (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | cmdtab.c | 47 { "print", type, MSGLIST, 0, MMNDEL }, 48 { "type", type, MSGLIST, 0, MMNDEL }, 49 { "Type", Type, MSGLIST, 0, MMNDEL }, 50 { "Print", Type, MSGLIST, 0, MMNDEL }, 51 { "visual", visual, I|MSGLIST, 0, MMNORM }, 52 { "top", top, MSGLIST, 0, MMNDEL }, 53 { "touch", stouch, W|MSGLIST, 0, MMNDEL }, 54 { "preserve", preserve, W|MSGLIST, 0, MMNDEL }, 55 { "delete", deletecmd, W|P|MSGLIST, 0, MMNDEL }, 56 { "dp", deltype, W|MSGLIST, 0, MMNDEL }, [all …]
|
H A D | def.h | 120 #define MSGLIST 0 /* Message list type */ macro
|
H A D | lex.c | 356 case MSGLIST: in execute()
|