Searched refs:repl_text_base (Results 1 – 1 of 1) sorted by relevance
454 static char *repl_text_base; variable2774 size_t new_size = (repl_text_limit - repl_text_base) << 1; in output_bytes()2775 char *new_buf = xrealloc (repl_text_base, new_size); in output_bytes()2777 repl_write_ptr = new_buf + (repl_write_ptr - repl_text_base); in output_bytes()2778 repl_text_base = new_buf; in output_bytes()3986 repl_text_base = xmalloc (repl_size + 2); in edit_file()3987 repl_text_limit = repl_text_base + repl_size - 1; in edit_file()3988 repl_write_ptr = repl_text_base - 1; in edit_file()4134 free (repl_text_base); in edit_file()4209 unsigned int out_size = (repl_write_ptr + 1) - repl_text_base; in edit_file()[all …]