Searched refs:lastChars (Results 1 – 1 of 1) sorted by relevance
167 size_t lastChars = g_maxChars - g_nbChars; in writeLastCharacters() local169 if (lastChars == 0) in writeLastCharacters()172 if (lastChars > 2) { in writeLastCharacters()173 memset(g_ptr + g_nbChars, ' ', lastChars - 2); in writeLastCharacters()175 if (lastChars > 1) { in writeLastCharacters()