HomeSort by: relevance | last modified time | path
    Searched defs:tmp_gc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
grid.c 1570 struct grid_cell gc, tmp_gc; local
1578 grid_get_cell(gd, --pxx, py, &tmp_gc);
1579 while (pxx > 0 && tmp_gc.flags & GRID_FLAG_PADDING);
1580 if (tmp_gc.flags & GRID_FLAG_TAB)
1581 return (tmp_gc.data.width - (px - pxx));
screen-write.c 1965 struct grid_cell tmp_gc, now_gc; local
2053 memcpy(&tmp_gc, gc, sizeof tmp_gc);
2054 tmp_gc.flags |= GRID_FLAG_SELECTED;
2055 grid_view_set_cell(gd, s->cx, s->cy, &tmp_gc);
2057 memcpy(&tmp_gc, gc, sizeof tmp_gc);
2058 tmp_gc.flags &= ~GRID_FLAG_SELECTED;
2059 grid_view_set_cell(gd, s->cx, s->cy, &tmp_gc);
2085 screen_select_cell(s, &tmp_gc, gc)
2222 struct grid_cell tmp_gc; local
    [all...]

Completed in 41 milliseconds