Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dcmdtab.c81 "!", C shell, I|STRLIST, 0, 0,
84 "chdir", C schdir, M|STRLIST, 0, 0,
85 "cd", C schdir, M|STRLIST, 0, 0,
86 "save", C save, STRLIST, 0, 0,
95 "write", C swrite, STRLIST, 0, 0,
103 "z", C scroll, M|STRLIST, 0, 0,
134 "pipe", C dopipe, STRLIST, 0, 0,
135 "|", C dopipe, STRLIST, 0, 0,
137 "field", C field, STRLIST, 0, 0,
138 "put", C sput, STRLIST, 0, 0,
[all …]
H A Dlex.c616 case STRLIST: in execute()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h188 #define STRLIST 1 /* A pure string */ macro