Searched refs:sed_cmd_t (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.c23 resulting sed_cmd_t structures are appended to a linked list
90 } sed_cmd_t; typedef in typeref:struct:sed_cmd_s
108 sed_cmd_t sed_cmd_head, *sed_cmd_tail;
133 sed_cmd_t *sed_cmd = G.sed_cmd_head.next;
138 sed_cmd_t *sed_cmd_next = sed_cmd->next;
301 static int parse_file_cmd(sed_cmd_t *sed_cmd, const char *filecmdstr, char **retval)
324 static int parse_subst_cmd(sed_cmd_t *sed_cmd, const char *substr)
407 static const char *parse_cmd_args(sed_cmd_t *sed_cmd, const char *cmdstr)
483 sed_cmd_t *sed_cmd;
526 sed_cmd = xzalloc(sizeof(sed_cmd_t));
[all...]

Completed in 103 milliseconds