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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c133 sed_cmd_t *sed_cmd = G.sed_cmd_head.next; local
137 while (sed_cmd) {
138 sed_cmd_t *sed_cmd_next = sed_cmd->next;
140 if (sed_cmd->sw_file)
141 xprint_and_close_file(sed_cmd->sw_file);
143 if (sed_cmd->beg_match) {
144 regfree(sed_cmd->beg_match);
145 free(sed_cmd->beg_match);
147 if (sed_cmd->end_match) {
148 regfree(sed_cmd
301 parse_file_cmd(sed_cmd_t *sed_cmd, const char *filecmdstr, char **retval) argument
324 parse_subst_cmd(sed_cmd_t *sed_cmd, const char *substr) argument
407 parse_cmd_args(sed_cmd_t *sed_cmd, const char *cmdstr) argument
483 sed_cmd_t *sed_cmd; local
621 do_subst_command(sed_cmd_t *sed_cmd, char **line) argument
694 sed_cmd_t *sed_cmd; local
834 beg_match(sed_cmd_t *sed_cmd, const char *pattern_space) argument
850 sed_cmd_t *sed_cmd; local
[all...]

Completed in 161 milliseconds