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

/macosx-10.9.5/vim-53/src/proto/
H A Dops.pro39 int do_join __ARGS((long count, int insert_space, int save_undo));
H A Dfileio.pro10 void msg_add_lines __ARGS((int insert_space, long lnum, off_t nchars));
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c1875 static void insert_space (int num, CHAR_T *loc, CHAR_T *end);
2847 insert_space(CHAR_CLASS_SIZE,
3063 insert_space(datasize, laststart + offset, b - 1);
3080 insert_space(datasize, laststart + offset, b-1);
4360 insert_space (int num, CHAR_T *loc, CHAR_T *end)
4414 insert_space(2, b - char_set[5] - 2, b - 1);
4431 insert_space(2, b - char_set[5] - 2, b - 1);
4347 insert_space (int num, CHAR_T *loc, CHAR_T *end) function
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c1947 static void insert_space _RE_ARGS ((int num, CHAR_T *loc, CHAR_T *end));
2923 insert_space(CHAR_CLASS_SIZE,
3139 insert_space(datasize, laststart + offset, b - 1);
3156 insert_space(datasize, laststart + offset, b-1);
4448 insert_space (num, loc, end)
4509 insert_space(2, b - char_set[5] - 2, b - 1);
4526 insert_space(2, b - char_set[5] - 2, b - 1);
4435 insert_space (num, loc, end) function
/macosx-10.9.5/vim-53/src/
H A Dops.c4162 do_join(count, insert_space, save_undo)
4164 int insert_space;
4197 if (insert_space && t > 0)
4225 if (insert_space && currsize > 0)
4284 if (insert_space && t > 1)
H A Dfileio.c5278 msg_add_lines(insert_space, lnum, nchars)
5279 int insert_space;
5287 if (insert_space)

Completed in 297 milliseconds