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