Searched refs:new_line_len (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dtext.c549 size_t new_line_len = 0; local
638 new_line_len += next_line_len;
642 /* new_line_len is now the length of the text that will be wrapped
645 new_line_len += after_break_len;
657 * we should increase new_line_len to make room for it. */
658 new_line_len += indent_len;
665 new_line = charalloc(new_line_len + 1);
673 new_line_len += indent_len;
/macosx-10.10.1/vim-55/src/
H A Dops.c466 unsigned new_line_len; /* the length of the line after the local
533 new_line_len = (unsigned)(verbatim_copy_end - oldp)
537 newp = alloc_check(new_line_len);

Completed in 141 milliseconds