Home
last modified time | relevance | path

Searched refs:sed_cmd (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c840 struct sed_cmd *cur_cmd;
983 static bool match_address_p P_((struct sed_cmd *, struct input *));
986 struct sed_cmd *cmd; in match_address_p()
1339 struct sed_cmd *cur_cmd = program->v;
1357 static struct sed_cmd *shrink_program P_((struct vector *, struct sed_cmd *));
1358 static struct sed_cmd *
1361 struct sed_cmd *cur_cmd;
1363 struct sed_cmd *v = vec->v;
1364 struct sed_cmd *last_cmd = v + vec->v_length;
1365 struct sed_cmd *p;
[all …]
Dsed.h35 struct sed_cmd *v; /* a dynamically allocated array */
146 struct sed_cmd { struct
Dcompile.c424 static struct sed_cmd *next_cmd_entry P_((struct vector **vectorp));
425 static struct sed_cmd *
429 struct sed_cmd *cmd;
436 v->v = REALLOC(v->v, v->v_allocated, struct sed_cmd);
1038 struct sed_cmd *cur_cmd;
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog628 (struct sed_cmd): Replace a1_matched with range_state.
763 (struct sed_cmd, struct subst): Use `struct output *' instead of mere
1011 * src/sed.h (struct sed_cmd): exit_status -> int_arg
1089 * sed/sed.h (struct sed_cmd): a1 is a pointer too
1186 * sed/sed.h (struct sed_cmd): Declare exit_status
1281 member of sed_cmd: make it a pointer (instead of a struct),
1598 of `struct sed_cmd': now a pointer to save space.
1607 `struct label' local to compile.c; `struct sed_cmd'
1654 to calls to match_address_p(); alter references to sed_cmd
1706 * Made adjustments dictated by the change to struct sed_cmd which made
[all …]