Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c123 static struct text_buf *old_text_buf = NULL; variable
891 old_text_buf = buf;
922 buf = old_text_buf;
1645 old_text_buf->text_length = size_buffer(pending_text);
1646 if (old_text_buf->text_length)
1647 old_text_buf->text = MEMDUP(get_buffer(pending_text),
1648 old_text_buf->text_length, char);