Lines Matching refs:colnr_T
388 colnr_T start_col; in ex_sort()
389 colnr_T end_col; in ex_sort()
520 start_col = (colnr_T)(regmatch.startp[0] - s); in ex_sort()
521 end_col = (colnr_T)(regmatch.endp[0] - s); in ex_sort()
524 start_col = (colnr_T)(regmatch.endp[0] - s); in ex_sort()
630 if (ml_append(lnum++, sortbuf1, (colnr_T)0, FALSE) == FAIL) in ex_sort()
721 ml_append(dest + l - line1, str, (colnr_T)0, FALSE); in do_move()
854 ml_append(curwin->w_cursor.lnum, p, (colnr_T)0, FALSE); in ex_copy()
3363 ml_append(lnum, theline, (colnr_T)0, FALSE); in ex_append()
4000 (colnr_T)0, NULL, NULL); in ex_substitute()
4003 colnr_T copycol; in ex_substitute()
4004 colnr_T matchcol; in ex_substitute()
4005 colnr_T prev_matchcol = MAXCOL; in ex_substitute()
4018 colnr_T total_added = 0; in ex_substitute()
4159 matchcol = (colnr_T)STRLEN(sub_firstline); in ex_substitute()
4199 colnr_T sc, ec; in ex_substitute()
4374 matchcol = (colnr_T)STRLEN(sub_firstline); in ex_substitute()
4562 (colnr_T)(p1 - new_start), -1, in ex_substitute()
4572 colnr_T plen = (colnr_T)(p1 - new_start + 1); in ex_substitute()
4650 matchcol = (colnr_T)STRLEN(sub_firstline) - matchcol; in ex_substitute()
4651 prev_matchcol = (colnr_T)STRLEN(sub_firstline) in ex_substitute()
4695 matchcol = (colnr_T)STRLEN(sub_firstline) - matchcol; in ex_substitute()
4696 prev_matchcol = (colnr_T)STRLEN(sub_firstline) in ex_substitute()
4762 coladvance((colnr_T)MAXCOL); in ex_substitute()
4966 (colnr_T)0, NULL, NULL); in ex_global()
4979 (colnr_T)0, NULL, NULL); in ex_global()