Home
last modified time | relevance | path

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

/openbsd/usr.bin/mail/
H A Dcmdtab.c48 { "print", { type }, MSGLIST, 0, MMNDEL },
49 { "type", { type }, MSGLIST, 0, MMNDEL },
50 { "Type", { Type }, MSGLIST, 0, MMNDEL },
51 { "Print", { Type }, MSGLIST, 0, MMNDEL },
53 { "top", { top }, MSGLIST, 0, MMNDEL },
62 { "mbox", { mboxit }, W|MSGLIST, 0, 0 },
65 { "more", { more }, MSGLIST, 0, MMNDEL },
66 { "page", { more }, MSGLIST, 0, MMNDEL },
67 { "More", { More }, MSGLIST, 0, MMNDEL },
68 { "Page", { More }, MSGLIST, 0, MMNDEL },
[all …]
H A Ddef.h127 #define MSGLIST 0x0001 /* Message list type */ macro
H A Dlex.c366 case MSGLIST|STRLIST: in execute()
413 case MSGLIST: in execute()
H A Dlist.c203 != (MSGLIST|STRLIST)) in markall()