Lines Matching refs:CMD
231 typeset CMD=$1 X=''
233 [[ -x ${DIR}/${CMD} ]] && print ${DIR}/${CMD} && return 0
235 X=${ whence -fp ${CMD} ; }
237 X="${.sh.file%/*}/${CMD}"
239 print -u2 "Missing command '${CMD}'."
386 typeset CMD="$1" FN="${2// /_}" EXT='cmd'
389 add|modify|delete) CMD="ldap$1" EXT='ldif' ;;
392 TMP[FILE]=${ printf "${TMP[DIR]}/%03d_${CMD}_${FN}.${EXT}" ${TMPF[FCNT]} ; }
2802 [+DESCRIPTION?Ask the user for authentication methods to enable and store them as a semicolon separated list into \bSTR[LDAP_AUTHMETHOD | LDAP_SRV_AUTHMETHOD_{PAM|KEY|CMD}}]]\b and set \bINT[NEED_SRVAUTH_{PAM|KEY|CMD}]]\b to 0 depending on the given \atype\a (either "client", "pam_ldap", "keyserv", or "passwd-cmd") and selected methods.]
5551 typeset CMD="${.sh.command}"
5552 [[ -z ${CMD} ]] && return
5554 print -u2 -r -n "DEBUG: ${.sh.fun} '${CMD}'"