Lines Matching refs:colnr_T

1522 							    (colnr_T)0, TRUE);  in ml_recover()
1538 (colnr_T)0, TRUE); in ml_recover()
1545 (colnr_T)0, TRUE); in ml_recover()
1571 (colnr_T)0, TRUE); in ml_recover()
1609 (colnr_T)0, TRUE); in ml_recover()
1625 (colnr_T)0, TRUE); in ml_recover()
1641 (colnr_T)0, TRUE); in ml_recover()
1657 ml_append(lnum++, p, (colnr_T)0, TRUE); in ml_recover()
1661 (colnr_T)0, TRUE); in ml_recover()
2643 colnr_T len; in ml_get_buf()
2772 colnr_T len_arg, // length of line, including NUL, or 0 in ml_append_int()
2776 colnr_T len = len_arg; in ml_append_int()
2802 len = (colnr_T)STRLEN(line) + 1; // space needed for the text in ml_append_int()
3267 len = (colnr_T)STRLEN(line) + 1; in ml_append_int()
3277 netbeans_inserted(buf, lnum+1, (colnr_T)0, line, (int)STRLEN(line)); in ml_append_int()
3278 netbeans_inserted(buf, lnum+1, (colnr_T)STRLEN(line), in ml_append_int()
3303 colnr_T len, // length of line, including NUL, or 0 in ml_append_flush()
3340 colnr_T len, // length of new line, including NUL, or 0 in ml_append()
3350 colnr_T len, // length of new line, including NUL, or 0 in ml_append_flags()
3370 colnr_T len, // length of new line, including NUL, or 0 in ml_append_buf()
3395 colnr_T len = -1; in ml_replace()
3398 len = (colnr_T)STRLEN(line); in ml_replace()
3412 colnr_T len_arg, in ml_replace_len()
3417 colnr_T len = len_arg; in ml_replace_len()
3480 len += (colnr_T)textproplen; in ml_replace_len()
3955 colnr_T new_len; in ml_flush_line()
5930 coladvance((colnr_T)MAXCOL); in goto_byte()
5935 curwin->w_cursor.col = (colnr_T)boff; in goto_byte()