Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dcmdtab.c46 { "alias", group, M|RAWLIST, 0, 1000 },
59 { "unset", unset, M|RAWLIST, 1, 1000 },
69 { "chdir", schdir, M|RAWLIST, 0, 1 },
70 { "cd", schdir, M|RAWLIST, 0, 1 },
72 { "source", source, M|RAWLIST, 1, 1 },
73 { "set", set, M|RAWLIST, 0, 1000 },
76 { "group", group, M|RAWLIST, 0, 1000 },
79 { "file", file, T|M|RAWLIST, 0, 1 },
80 { "folder", file, T|M|RAWLIST, 0, 1 },
92 { "echo", echo, M|RAWLIST, 0, 1000 },
[all …]
H A Ddef.h122 #define RAWLIST 2 /* Shell string list */ macro
H A Dlex.c402 case RAWLIST: in execute()