var void var void def e_timewarn "\r\n\ashell will timeout in 60 seconds due to inactivity" def e_runvi "\\hist -e \"${VISUAL:-${EDITOR:-vi}}\" " def e_timeout "timed out waiting for input" def e_mailmsg "you have mail in $_" def e_query "no query process" def e_history "no history file" def e_histopen "history file cannot open" def e_option "%s: bad option(s)" def e_toomany "open file limit exceeded" def e_argtype "invalid argument of type %c" def e_oneoperand "one operand expected" def e_formspec "%c: unknown format specifier" def e_badregexp "%s: invalid regular expression" def e_number "%s: bad number" def e_badlocale "%s: unknown locale" def e_nullset "%s: parameter null" def e_notset "%s: parameter not set" def e_noparent "%s: no parent" def e_subst "%s: bad substitution" def e_create "%s: cannot create" def e_tmpcreate "cannot create temporary file" def e_restricted "%s: restricted" def e_pfsh "%s: disabled in profile shell" def e_pexists "process already exists" def e_exists "%s: file already exists" def e_pipe "cannot create pipe" def e_alarm "cannot set alarm" def e_open "%s: cannot open" def e_notseek "%s: not seekable" def e_badseek "%s: invalid seek offset" def e_badpattern "%s: invalid shell pattern" def e_noread "%s: pattern seek requires read access" def e_logout "Use 'exit' to terminate this shell" def e_exec "%s: cannot execute" def e_pwd "cannot access parent directories" def e_found "%s: not found" def e_defined "%s: function not defined" def e_nointerp "%s: interpreter not found" def e_subscript "%s: subscript out of range" def e_toodeep "%s: recursion too deep" def e_access "permission denied" def e_nouniverse "universe not accessible" def e_direct "bad directory" def e_file "%s: bad file unit number" def e_redirect "redirection failed" def e_trap "%s: bad trap" def e_readonly "%s: is read only" def e_badfield "%d: negative field size" def e_ident "%s: is not an identifier" def e_badname "%s: invalid name" def e_varname "%s: invalid variable name" def e_badfun "%s: invalid function name" def e_aliname "%s: invalid alias name" def e_badexport "%s: only simple variables can be exported" def e_badref "%s: reference variable cannot be an array" def e_badsubscript "%c: invalid subscript in assignment" def e_noarray "%s: cannot be an array" def e_badappend "%s: invalid append to associative array" def e_noref "%s: no reference name" def e_nounattr "cannot unset attribute C or A or a" def e_selfref "%s: invalid self reference" def e_globalref "%s: global reference cannot refer to local variable" def e_noalias "%s: alias not found\n" def e_format "%s: bad format" def e_redef "%s: type cannot be redefined" def e_required "%s: is a required element of %s" def e_badtformat "%c: bad format character in time format" def e_nolabels "%s: label not implemented" def e_notimp "%s: not implemented" def e_notelem "%.*s: is not an element of %s" def e_notenum "%s: not an enumeration type" def e_unknowntype "%.*s: unknown type" def e_unknownmap "%s: unknown mapping name" def e_mapchararg "-M requires argument when operands are specified" def e_subcomvar "%s: compound assignment requires sub-variable name" def e_badtypedef "%s: type definition requires compound assignment" def e_typecompat "%s: array instance incompatible with type assignment" def e_nosupport "not supported" def e_badrange "%d-%d: invalid range" def e_eneedsarg "-e - requires single argument" def e_badbase "%s unknown base" def e_loop "%s: would cause loop" def e_overlimit "%s: limit exceeded" def e_badsyntax "incorrect syntax" def e_badwrite "write to %d failed" def e_staticfun "%s: defined as a static function in type %s and cannot be redefined" def e_on "on" def e_off "off" def is_reserved " is a keyword" def is_builtin " is a shell builtin" def is_spcbuiltin " is a special shell builtin" def is_builtver "is a shell builtin version of" def is_alias "%s is an alias for " def is_xalias "%s is an exported alias for " def is_talias "is a tracked alias for" def is_function " is a function" def is_ufunction " is an undefined function" def e_newtty "Switching to new tty driver..." def e_oldtty "Reverting to old tty driver..." def e_no_start "Cannot start job control" def e_no_jctl "No job control" def e_terminate "You have stopped jobs" def e_done " Done" def e_nlspace "\n " def e_running " Running" def e_ambiguous "%s: Ambiguous" def e_jobsrunning "You have running jobs" def e_no_job "no such job" def e_no_proc "no such process" def e_badpid "%s: invalid process id" def e_jobusage "%s: Arguments must be %%job, process ids, or job pool names" def e_coredump "(coredump)" def e_alphanum "[_[:alpha:]]*([_[:alnum:]])" def e_devfdNN "/dev/fd/+([0-9])" def e_devfdstd "/dev/@(fd/+([0-9])|std@(in|out|err))" def e_signo "Signal %d" def e_cantget "cannot get %s" def e_cantset "cannot set %s" def e_mapping "mapping" def e_versions "versions" def e_heading "Current option settings" def e_sptbnl " \t\n" def e_tolower "tolower" def e_toupper "toupper" def e_defpath "/bin:/usr/bin:" def e_defedit "/usr/bin/ed" def e_unknown "" def e_devnull "/dev/null" def e_traceprompt "+ " def e_supprompt "# " def e_stdprompt "$ " def e_profile "$HOME/.profile" def e_sysprofile "/etc/profile" def e_suidprofile "/etc/suid_profile" def e_sysrc "/etc/ksh.kshrc" def e_bash_sysrc "/etc/bash.bashrc" def e_bash_rc "$HOME/.bashrc" def e_bash_login "$HOME/.bash_login" def e_bash_logout "$HOME/.bash_logout" def e_bash_profile "$HOME/.bash_profile" def e_crondir "/usr/spool/cron/atjobs" def e_prohibited "login setuid/setgid shells prohibited" def e_suidexec "/etc/suid_exec" def hist_fname "/.sh_history" def e_dot "." def e_envmarker "A__z" def e_timeformat "\nreal\t%2lR\nuser\t%2lU\nsys\t%2lS" def e_dict "libshell" def e_funload "function, built-in or type definition for %s not found in %s"