Searched refs:hold_space (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.c98 char *outname, *hold_space; member in struct:globals
160 if (G.hold_space) free(G.hold_space);
1111 pattern_space = xstrdup(G.hold_space ? G.hold_space : "");
1120 if (G.hold_space)
1121 hold_space_size = strlen(G.hold_space);
1127 if (G.hold_space)
1128 strcat(pattern_space, G.hold_space);
1134 free(G.hold_space);
[all...]

Completed in 194 milliseconds