Searched refs:hold_space_size (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.c1116 int hold_space_size = 0; local
1121 hold_space_size = strlen(G.hold_space);
1123 pattern_space_size + hold_space_size);
1139 int hold_space_size = 2; local
1143 hold_space_size += strlen(G.hold_space);
1147 hold_space_size + pattern_space_size);
1149 if (hold_space_size == 2)

Completed in 203 milliseconds