Searched refs:noldc (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | grid.c | 887 int *oldc, size_t nnewc, size_t noldc, int flags) in grid_string_cells_add_code() argument 896 nnewc == noldc && in grid_string_cells_add_code() 953 size_t noldc, nnewc, n, i; in grid_string_cells_code() local 1017 noldc = grid_string_cells_fg(lastgc, oldc); in grid_string_cells_code() 1018 grid_string_cells_add_code(buf, len, n, s, newc, oldc, nnewc, noldc, in grid_string_cells_code() 1023 noldc = grid_string_cells_bg(lastgc, oldc); in grid_string_cells_code() 1024 grid_string_cells_add_code(buf, len, n, s, newc, oldc, nnewc, noldc, in grid_string_cells_code() 1029 noldc = grid_string_cells_us(lastgc, oldc); in grid_string_cells_code() 1030 grid_string_cells_add_code(buf, len, n, s, newc, oldc, nnewc, noldc, in grid_string_cells_code()
|