Searched refs:RAWLIST (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/mail/ |
| D | cmdtab.c | 47 { "alias", { group }, M|RAWLIST, 0, 1000 }, 60 { "unset", { unset }, M|RAWLIST, 1, 1000 }, 73 { "chdir", { schdir }, M|RAWLIST, 0, 1 }, 74 { "cd", { schdir }, M|RAWLIST, 0, 1 }, 76 { "source", { source }, M|RAWLIST, 1, 1 }, 77 { "set", { set }, M|RAWLIST, 0, 1000 }, 80 { "group", { group }, M|RAWLIST, 0, 1000 }, 83 { "file", { file }, T|M|RAWLIST, 0, 1 }, 84 { "folder", { file }, T|M|RAWLIST, 0, 1 }, 96 { "echo", { echo }, M|RAWLIST, 0, 1000 }, [all …]
|
| D | def.h | 129 #define RAWLIST 0x0004 /* Shell string list */ macro
|
| D | lex.c | 460 case RAWLIST: in execute()
|