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

/macosx-10.10/vim-55/src/
H A Dex_getln.c2558 static char_u *arshape_buf = NULL; variable
2564 vim_free(arshape_buf);
2615 vim_free(arshape_buf);
2617 arshape_buf = alloc(buflen);
2618 if (arshape_buf == NULL)
2625 arshape_buf[0] = ' ';
2667 newlen += (*mb_char2bytes)(u8c, arshape_buf + newlen);
2670 newlen += (*mb_char2bytes)(u8cc[0], arshape_buf + newlen);
2673 arshape_buf + newlen);
2679 mch_memmove(arshape_buf
[all...]

Completed in 121 milliseconds