Searched refs:MSGLIST (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/mail/ |
H A D | cmdtab.c | 48 { "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 D | def.h | 127 #define MSGLIST 0x0001 /* Message list type */ macro
|
H A D | lex.c | 366 case MSGLIST|STRLIST: in execute() 413 case MSGLIST: in execute()
|
H A D | list.c | 203 != (MSGLIST|STRLIST)) in markall()
|