#include <regexp_defs.h>
Data Fields | |
regprog_T * | regprog |
lpos_T | startpos [NSUBEXP] |
lpos_T | endpos [NSUBEXP] |
int | rmm_ic |
colnr_T | rmm_maxcol |
Structure to be used for multi-line matching. Sub-match "no" starts in line "startpos[no].lnum" column "startpos[no].col" and ends in line "endpos[no].lnum" just before column "endpos[no].col". The line numbers are relative to the first line, thus startpos[0].lnum is always 0. When there is no match, the line number is -1.
regprog_T* regmmatch_T::regprog |
int regmmatch_T::rmm_ic |
colnr_T regmmatch_T::rmm_maxcol |