Go to the source code of this file.
Enumerations | |
enum | ShellOpts { kShellOptFilter = 1, kShellOptExpand = 2, kShellOptDoOut = 4, kShellOptSilent = 8, kShellOptRead = 16, kShellOptWrite = 32, kShellOptHideMess = 64 } |
enum ShellOpts |
Enumerator | |
---|---|
kShellOptFilter | filtering text |
kShellOptExpand | expanding wildcards |
kShellOptDoOut | redirecting output |
kShellOptSilent | don't print error returned by command |
kShellOptRead | read lines and insert into buffer |
kShellOptWrite | write lines from buffer |
kShellOptHideMess | previously a global variable from os_unix.c |