Searched refs:STRLIST (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | cmdtab.c | 60 { "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 D | def.h | 121 #define STRLIST 1 /* A pure string */ macro
|
H A D | lex.c | 392 case STRLIST: in execute()
|