Searched refs:sortbuf2 (Results 1 – 1 of 1) sorted by relevance
278 static char_u *sortbuf2; variable356 STRNCPY(sortbuf2, ml_get(l2.lnum) + l2.st_u.line.start_col_nr, in sort_compare()358 sortbuf2[l2.st_u.line.end_col_nr - l2.st_u.line.start_col_nr] = 0; in sort_compare()360 result = string_compare(sortbuf1, sortbuf2); in sort_compare()401 sortbuf2 = NULL; in ex_sort()603 sortbuf2 = alloc(maxlen + 1); in ex_sort()604 if (sortbuf2 == NULL) in ex_sort()664 vim_free(sortbuf2); in ex_sort()