Searched refs:sw_file (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.c76 FILE *sw_file; /* File (sw) command writes to, -1 for none. */ member in struct:sed_cmd_s
140 if (sed_cmd->sw_file)
141 xprint_and_close_file(sed_cmd->sw_file);
435 sed_cmd->sw_file = xfopen(sed_cmd->string, "w");
988 if (sed_cmd->sw_file)
990 pattern_space, sed_cmd->sw_file,
1032 pattern_space, sed_cmd->sw_file,

Completed in 101 milliseconds