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

  /src/external/bsd/tmux/dist/
grid.c 888 int *oldc, size_t nnewc, size_t noldc, int flags)
897 nnewc == noldc &&
954 size_t noldc, nnewc, n, i; local
1018 noldc = grid_string_cells_fg(lastgc, oldc);
1019 grid_string_cells_add_code(buf, len, n, s, newc, oldc, nnewc, noldc,
1024 noldc = grid_string_cells_bg(lastgc, oldc);
1025 grid_string_cells_add_code(buf, len, n, s, newc, oldc, nnewc, noldc,
1030 noldc = grid_string_cells_us(lastgc, oldc);
1031 grid_string_cells_add_code(buf, len, n, s, newc, oldc, nnewc, noldc,

Completed in 23 milliseconds