Lines Matching refs:script
181 /* Put the '-' back in case we ever want to rerun our script */
190 /* End of script - all ok */
215 * c->argptr now temporarily points into c->script (via c->argv)
282 /* End of script - all ok */
553 *c->script = '\0';
570 *c->script = '\0';
573 strncpy(c->script, data, sizeof c->script - 1);
574 c->script[sizeof c->script - 1] = '\0';
575 c->argc = MakeArgs(c->script, c->argv, VECSIZE(c->argv), PARSE_NOHASH);