Searched refs:DEF_OPT (Results 1 – 1 of 1) sorted by relevance
/system/core/sh/ |
D | options.h | 62 #define DEF_OPT(name,letter) DEF_OPTS(name, letter, 0) macro 64 DEF_OPT( "errexit", 'e' ) /* exit on error */ 66 DEF_OPT( "noglob", 'f' ) /* no pathname expansion */ 68 DEF_OPT( "ignoreeof", 'I' ) /* do not exit on EOF */ 70 DEF_OPT( "interactive",'i' ) /* interactive shell */ 72 DEF_OPT( "monitor", 'm' ) /* job control */ 74 DEF_OPT( "noexec", 'n' ) /* [U] do not exec commands */ 76 DEF_OPT( "stdin", 's' ) /* read from stdin */ 78 DEF_OPT( "xtrace", 'x' ) /* trace after expansion */ 80 DEF_OPT( "verbose", 'v' ) /* trace read input */ [all …]
|