Home | History | Annotate | Download | only in src

Lines Matching refs:start_col

6 #define ARGSrect(r) (r).start_row, (r).start_col, (r).end_row, (r).end_col
12 if(dst->start_col > src->start_col) dst->start_col = src->start_col;
21 if(dst->start_col < bounds->start_col) dst->start_col = bounds->start_col;
26 if(dst->end_col < dst->start_col) dst->end_col = dst->start_col;
33 (a->start_col == b->start_col) &&
42 if(small->start_col < big->start_col) return 0;
53 if(a->start_col > b->end_col || b->start_col > a->end_col)