MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: digitals (531)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: //usr/share/zsh/4.2.6/functions/_smit
#compdef smit smitty

local state line expl curcontext="$curcontext"

_arguments -C \
  '-s[specify smit.script file]:smit.script file:_files' \
  '-l[specify smit.log file]:smit.log file:_files' \
  '-C[use curses interface]' \
  '-D[debug mode]' \
  '-d[FastPath is dialogue screen]' \
  '-f[allow redirection of stdin and stdout]' \
  '-h[display help/usage message]' \
  '-M[start smit in windows mode]' \
  '-m[FastPath is menu screen]' \
  '-n[FastPath is selector screen]' \
  '-o[alternate SMIT/ODM database]' \
  '-t[generate trace information]' \
  '-v[verbose]' \
  '-x[do not run any execute commands]' \
  '-X[do not run any commands]' \
  '1:fast path:->fastpath'

[[ "$state" = fastpath ]] && (( $+commands[odmget] )) &&
  _wanted fastpaths expl 'fast path' compadd \
      $(odmget sm_cmd_hdr sm_name_hdr|sed -n 's/^	id = \"\(.*\)\"/\1/p')