Home
last modified time | relevance | path

Searched refs:new_length (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c244 size_t new_length = to->length + length; local
246 if (to->alloc < new_length)
247 resize_line(to, new_length);
249 to->length = new_length;