Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dcmdtab.c60 { "mail", sendmail, R|M|I|STRLIST, 0, 0 },
67 { "!", shell, I|STRLIST, 0, 0 },
68 { "copy", copycmd, M|STRLIST, 0, 0 },
71 { "save", save, STRLIST, 0, 0 },
77 { "write", swrite, STRLIST, 0, 0 },
83 { "z", scroll, M|STRLIST, 0, 0 },
H A Ddef.h121 #define STRLIST 1 /* A pure string */ macro
H A Dlex.c392 case STRLIST: in execute()