Home | History | Annotate | Download | only in sed

Lines Matching defs:script

91 static struct s_compunit *script, **cu_nextp = &script;
207 /* First usage case; script is the first arg */
254 if (script == NULL) {
260 switch (script->type) {
262 if ((f = fopen(script->s, "r")) == NULL)
263 err(1, "%s", script->s);
264 fname = script->s;
269 sizeof(string_ident), "\"%s\"", script->s)) >=
274 s = script->s;
289 script = script->next;
308 if (s == script->s) {
309 script = script->next;
312 script = script->next;