Lines Matching defs:gl
865 struct grid_line *gl;
875 gl = grid_get_line(gd, i);
876 size += gl->cellsize * sizeof *gl->celldata;
877 size += gl->extdsize * sizeof *gl->extddata;
879 size += (gd->hsize + gd->sy) * sizeof *gl;
891 struct grid_line *gl;
901 gl = grid_get_line(gd, i);
902 cells += gl->cellsize;
903 extended_cells += gl->extdsize;
907 lines * sizeof *gl, cells, cells * sizeof *gl->celldata,
908 extended_cells, extended_cells * sizeof *gl->extddata);
5234 const struct grid_line *gl;
5257 gl = grid_peek_line(gd, y - 1);
5258 if (~gl->flags & GRID_LINE_WRAPPED)
5273 gl = grid_peek_line(gd, y);
5274 if (~gl->flags & GRID_LINE_WRAPPED)