Searched refs:last_char_width (Results 1 – 1 of 1) sorted by relevance
458 size_t i = 0, last_char_width[4] = {}, k = 0; in cellescape() local479 last_char_width[k] = w; in cellescape()487 for (size_t j = 0; j < ELEMENTSOF(last_char_width); j++) { in cellescape()493 if (last_char_width[k] == 0) /* bummer, we reached the beginning of the strings */ in cellescape()496 assert(i >= last_char_width[k]); in cellescape()497 i -= last_char_width[k]; in cellescape()