Home | History | Annotate | Download | only in dotcmd

Lines Matching defs:EOF

78 [ 'func' = "${1}" ] && cat <<EOF
89 EOF
91 [ 'case' = "${1}" ] && cat <<EOF
97 EOF
99 [ 'file' = "${1}" ] && cat <<EOF
101 EOF
103 [ 'while' = "${1}" ] && cat <<EOF
112 EOF
114 [ 'until' = "${1}" ] && cat <<EOF
123 EOF
125 [ 'for' = "${1}" ] && cat <<EOF
132 EOF
134 [ 'subshell' = "${1}" ] && cat <<EOF
140 EOF
142 [ 'compound' = "${1}" ] && cat <<EOF
148 EOF