Searched refs:NUM_LAST_ANSIS (Results 1 – 1 of 1) sorted by relevance
48 #define NUM_LAST_ANSIS 3 macro50 static struct xbuffer last_ansis[NUM_LAST_ANSIS];164 for (ax = 0; ax < NUM_LAST_ANSIS; ax++) in init_line()255 for (ax = 0; ax < NUM_LAST_ANSIS; ax++) in prewind()758 for (ai = 0; ai < NUM_LAST_ANSIS; ai++) in store_char()760 int ax = (curr_last_ansi + ai) % NUM_LAST_ANSIS; in store_char()1042 curr_last_ansi = (curr_last_ansi + 1) % NUM_LAST_ANSIS; in store_ansi()