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

/macosx-10.10.1/vim-55/src/
H A Dfileio.c121 * Structure to pass arguments from buf_write() to buf_write_bytes().
146 static int buf_write_bytes __ARGS((struct bw_info *ip));
3202 struct bw_info write_info; /* info for buf_write_bytes() */
4031 if (buf_write_bytes(&write_info) == FAIL)
4264 * Latin1 to Unicode conversion. This is handled in buf_write_bytes().
4508 if (buf_write_bytes(&write_info) == FAIL)
4538 if (buf_write_bytes(&write_info) == FAIL)
4584 if (buf_write_bytes(&write_info) == FAIL)
4616 if (buf_write_bytes(&write_info) == FAIL)
4630 if (buf_write_bytes(
5375 buf_write_bytes(ip) function
[all...]

Completed in 70 milliseconds