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

/macosx-10.10/vim-55/src/
H A Dnetbeans.c1336 int lastbyte = last; local
1342 if (lastbyte >= oldlen)
1343 lastbyte = oldlen - 1;
1344 newtext = alloc(oldlen - (int)(lastbyte - first));
1348 STRMOVE(newtext + first, oldtext + lastbyte + 1);

Completed in 119 milliseconds