Home | History | Annotate | Download | only in dist

Lines Matching refs:newc

887 grid_string_cells_add_code(char *buf, size_t len, u_int n, int *s, int *newc,
898 memcmp(newc, oldc, nnewc * sizeof newc[0]) == 0)
900 if (reset && (newc[0] == 49 || newc[0] == 39))
909 xsnprintf(tmp, sizeof tmp, "%d;", newc[i]);
911 xsnprintf(tmp, sizeof tmp, "%d", newc[i]);
953 int oldc[64], newc[64], s[128];
1017 nnewc = grid_string_cells_fg(gc, newc);
1019 grid_string_cells_add_code(buf, len, n, s, newc, oldc, nnewc, noldc,
1023 nnewc = grid_string_cells_bg(gc, newc);
1025 grid_string_cells_add_code(buf, len, n, s, newc, oldc, nnewc, noldc,
1029 nnewc = grid_string_cells_us(gc, newc);
1031 grid_string_cells_add_code(buf, len, n, s, newc, oldc, nnewc, noldc,