Home
last modified time | relevance | path

Searched refs:sortbuf2 (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds.c278 static char_u *sortbuf2; variable
356 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()