Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/mail/
Dcmdtab.c66 { "mail", sendmail, R|M|I|STRLIST, 0, 0 },
73 { "!", shell, I|STRLIST, 0, 0 },
74 { "copy", copycmd, M|STRLIST, 0, 0 },
77 { "save", save, STRLIST, 0, 0 },
83 { "write", swrite, STRLIST, 0, 0 },
89 { "z", scroll, M|STRLIST, 0, 0 },
Ddef.h123 #define STRLIST 1 /* A pure string */ macro
Dlex.c398 case STRLIST: in execute()