Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dcmdtab.c47 { "print", type, MSGLIST, 0, MMNDEL },
48 { "type", type, MSGLIST, 0, MMNDEL },
49 { "Type", Type, MSGLIST, 0, MMNDEL },
50 { "Print", Type, MSGLIST, 0, MMNDEL },
52 { "top", top, MSGLIST, 0, MMNDEL },
61 { "mbox", mboxit, W|MSGLIST, 0, 0 },
62 { "more", more, MSGLIST, 0, MMNDEL },
63 { "page", more, MSGLIST, 0, MMNDEL },
64 { "More", More, MSGLIST, 0, MMNDEL },
65 { "Page", More, MSGLIST, 0, MMNDEL },
[all …]
H A Ddef.h120 #define MSGLIST 0 /* Message list type */ macro
H A Dlex.c356 case MSGLIST: in execute()