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

/macosx-10.9.5/vim-53/src/
H A Dex_cmds.c280 static char_u *sortbuf2; variable
335 STRNCPY(sortbuf2, ml_get(l2.lnum) + l2.start_col_nr,
337 sortbuf2[l2.end_col_nr - l2.start_col_nr] = 0;
339 result = sort_ic ? STRICMP(sortbuf1, sortbuf2)
340 : STRCMP(sortbuf1, sortbuf2);
381 sortbuf2 = NULL;
517 sortbuf2 = alloc((unsigned)maxlen + 1);
518 if (sortbuf2 == NULL)
566 vim_free(sortbuf2);

Completed in 128 milliseconds