Home
last modified time | relevance | path

Searched refs:e_option (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dargnod.h140 extern const char e_option[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c52 const char e_option[] = "%s: bad option(s)"; variable
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c217 static bool_int e_option; variable
594 } else if (arg == 'e' && ! e_option) { in parse_options()
1126 if (e_option) { in print_header()
1909 } else if (b_option && e_option) { in select_output()
1915 } else if (e_option) { in select_output()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dbash.c260 errormsg(SH_DICT,ERROR_ERROR, e_option, argv[opt_info.index]); in b_shopt()
H A Dargs.c177 errormsg(SH_DICT,ERROR_exit(1), e_option, opt_info.name); in sh_argopts()
200 errormsg(SH_DICT,2, e_option, opt_info.arg); in sh_argopts()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c194 errormsg(SH_DICT, ERROR_exit(1), e_option, argv[1]); in b_alias()