Lines Matching defs:gl
343 const struct grid_line *gl;
352 gl = grid_peek_line(src->grid, sy - 1);
353 if (gl->cellused != 0)
931 struct grid_line *gl;
933 gl = grid_get_line(data->backing->grid, hsize - data->oy);
934 format_add(ft, "top_line_time", "%llu", (unsigned long long)gl->time);
1762 struct grid_line *gl;
1824 gl = grid_get_line(s->grid, py);
1825 if (~gl->flags & GRID_LINE_WRAPPED)
1827 if (gl->cellsize > s->grid->sx)
3215 struct grid_line *gl;
3226 gl = grid_get_line(gd, pywrap);
3227 if (~gl->flags & GRID_LINE_WRAPPED)
3259 struct grid_line *gl;
3270 gl = grid_get_line(gd, pywrap);
3271 if (~gl->flags & GRID_LINE_WRAPPED)
3305 struct grid_line *gl;
3328 gl = grid_get_line(gd, pywrap);
3329 if (~gl->flags & GRID_LINE_WRAPPED)
3371 struct grid_line *gl;
3387 gl = grid_get_line(gd, pywrap);
3388 if (~gl->flags & GRID_LINE_WRAPPED)
3409 window_copy_cellstring(const struct grid_line *gl, u_int px, size_t *size,
3416 if (px >= gl->cellsize) {
3422 gce = &gl->celldata[px];
3439 utf8_to_data(gl->extddata[gce->offset].data, &ud);
3510 const struct grid_line *gl;
3519 gl = grid_peek_line(gd, py);
3522 d = window_copy_cellstring(gl, ax, &dlen, &allocated);
3550 const struct grid_line *gl;
3564 gl = grid_peek_line(gd, pywrap);
3566 cells[cell].d = window_copy_cellstring(gl, px,
3573 gl = grid_peek_line(gd, pywrap);
3971 const struct grid_line *gl;
3974 gl = grid_peek_line(gd, (*start) - 1);
3975 if (~gl->flags & GRID_LINE_WRAPPED)
4962 struct grid_line *gl;
4974 gl = grid_get_line(gd, sy);
4975 if (gl->flags & GRID_LINE_WRAPPED && gl->cellsize <= gd->sx)
4980 xx = gl->cellsize;