Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dcmdtab.c64 { "next", next, C, CMP(n) NDMLIST, 0, MMNDEL },
155 { "flatten", flattencmd, 0, CMP(n) I|T|NDMLIST, 0, MMNDEL },
H A Ddef.h217 #define NDMLIST 4 /* Message list, no defaults */ macro
H A Dlex.c738 case NDMLIST: in execute()