Home | History | Annotate | Download | only in sh

Lines Matching full:echo

146 echo "/*"
147 echo " * This file was generated by the mkinit program."
148 echo " */"
149 echo
153 echo "#include $f"
156 echo
157 echo
158 echo
159 echo "$defines"
160 echo
161 echo "$decles"
162 echo
163 echo
164 echo "/*"
165 echo " * Initialization code."
166 echo " */"
167 echo
168 echo "void"
169 echo "init() {"
170 echo "${event_init%$nl}"
171 echo "}"
172 echo
173 echo
174 echo
175 echo "/*"
176 echo " * This routine is called when an error or an interrupt occurs in an"
177 echo " * interactive shell and control is returned to the main command loop."
178 echo " */"
179 echo
180 echo "void"
181 echo "reset() {"
182 echo "${event_reset%$nl}"
183 echo "}"
184 echo
185 echo
186 echo
187 echo "/*"
188 echo " * This routine is called to initialize the shell to run a shell procedure."
189 echo " */"
190 echo
191 echo "void"
192 echo "initshellproc() {"
193 echo "${event_shellproc%$nl}"
194 echo "}"