Lines Matching refs:STRLEN
214 curbuf->b_op_end.col = (colnr_T)STRLEN(ml_get(oap->end.lnum)); in op_shift()
360 len = (int)STRLEN(bd.textstart) + 1; in shift_block()
452 + (unsigned)STRLEN(non_white) + 1; in shift_block()
493 s_len = (unsigned)STRLEN(s); in block_insert()
551 newp = alloc(STRLEN(oldp) + s_len + count + 1); in block_insert()
786 newp = alloc(STRLEN(oldp) + 1 - n); in op_delete()
907 int len = (int)STRLEN(curline); in op_delete()
1095 oldlen = STRLEN(oldp); in op_replace()
1112 n = (int)STRLEN(newp); in op_replace()
1117 vim_memset(newp + STRLEN(newp), c, (size_t)numc); in op_replace()
1121 vim_memset(newp + STRLEN(newp), ' ', (size_t)bd.endspaces); in op_replace()
1123 STRMOVE(newp + STRLEN(newp), oldp); in op_replace()
1129 after_p = alloc(oldlen + 1 + n - STRLEN(newp)); in op_replace()
1153 oap->end.col = (colnr_T)STRLEN(ml_get(oap->end.lnum)); in op_replace()
1286 oap->end.col = (colnr_T)STRLEN(ml_get(oap->end.lnum)); in op_tilde()
1301 (int)STRLEN(ml_get_pos(&pos))); in op_tilde()
1319 count = (int)STRLEN(ptr) - pos.col; in op_tilde()
1505 pre_textlen = (long)STRLEN(firstline); in op_insert()
1638 len = STRLEN(firstline); in op_insert()
1662 (long)STRLEN(firstline) - pre_textlen - offset) > 0) in op_insert()
1737 pre_textlen = (long)STRLEN(firstline); in op_change()
1767 ins_len = (long)STRLEN(firstline) - pre_textlen; in op_change()
1793 newp = alloc(STRLEN(oldp) + vpos.coladd + ins_len + 1); in op_change()
1991 curwin->w_buffer->b_op_start.col = (colnr_T)STRLEN(curr); in do_join()
2037 currsize = (int)STRLEN(curr); in do_join()
2128 currsize = (int)STRLEN(curr); in do_join()
2394 length = (colnr_T)STRLEN(ml_get(pos.lnum)); in op_addsub()
2400 length = (colnr_T)STRLEN(ml_get(pos.lnum)); in op_addsub()
2409 length = (int)STRLEN(ml_get(oap->end.lnum)); in op_addsub()
2516 if (*ptr == NUL || col + !!save_coladd >= (int)STRLEN(ptr)) in do_addsub()
2704 ? (int)STRLEN(ptr) - col in do_addsub()
2853 length -= (int)STRLEN(buf2); in do_addsub()
2880 int bytes_after = (int)STRLEN(ml_get_curline()) in do_addsub()
2886 curwin->w_cursor.col = (colnr_T)(STRLEN(ml_get_curline()) in do_addsub()
3123 && (long)STRLEN(s) < len) in cursor_pos_info()
3193 col_print(buf2, sizeof(buf2), (int)STRLEN(p), in cursor_pos_info()
3220 size_t len = STRLEN(IObuff); in cursor_pos_info()
3642 (colnr_T)STRLEN(ml_get(curwin->w_cursor.lnum)); in do_pending_operator()
3647 VIsual.col = (colnr_T)STRLEN(ml_get(VIsual.lnum)); in do_pending_operator()
3678 curwin->w_cursor.col = (colnr_T)STRLEN(ml_get_curline()); in do_pending_operator()
3699 oap->start.col = (colnr_T)STRLEN(ml_get(oap->start.lnum)); in do_pending_operator()
3903 oap->end.col = (colnr_T)STRLEN(ml_get(oap->end.lnum)); in do_pending_operator()