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

/macosx-10.10.1/vim-55/src/
H A Dregexp.c3161 static colnr_T ireg_maxcol; variable
3346 ireg_maxcol = 0;
3370 ireg_maxcol = 0;
3406 ireg_maxcol = rmp->rmm_maxcol;
3476 if (ireg_maxcol > 0 && col >= ireg_maxcol)
3594 if (ireg_maxcol > 0 && col >= ireg_maxcol)

Completed in 222 milliseconds