Home | History | Annotate | Download | only in common

Lines Matching defs:script

158  * that the script won't stop if they fail).
199 struct includeline *script, *se, *sp;
217 * Read the script into memory.
219 script = se = NULL;
243 /* Allocate script line structure and copy line, flags */
253 if (script == NULL) {
254 script = sp;
263 * Execute the script
272 for (sp = script; sp != NULL; sp = sp->next) {
315 while(script != NULL) {
316 se = script;
317 script = script->next;