Searched refs:old_text_buf (Results 1 – 1 of 1) sorted by relevance
123 static struct text_buf *old_text_buf = NULL; variable891 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);