Searched refs:max_cells (Results 1 – 2 of 2) sorted by relevance
112 int max_cells = (WINCONSOLE.SBI.dwSize.Y *114 char output[max_cells];115 CHAR_INFO save_screen[max_cells];589 int max_cells = (high * wide); in wcon_dobeepflash() local592 CHAR_INFO *this_screen = TypeAlloca(CHAR_INFO, max_cells); in wcon_dobeepflash()593 CHAR_INFO *that_screen = TypeAlloca(CHAR_INFO, max_cells); in wcon_dobeepflash()620 sizeof(CHAR_INFO) * (size_t) max_cells); in wcon_dobeepflash()622 for (i = 0; i < max_cells; i++) { in wcon_dobeepflash()
205 int max_cells = (CON.SBI.dwSize.Y * (1 + CON.SBI.dwSize.X)) + 1;206 char output[max_cells];207 CHAR_INFO save_screen[max_cells];683 int max_cells = (high * wide); in wcon_dobeepflash() local686 CHAR_INFO *this_screen = TypeAlloca(CHAR_INFO, max_cells); in wcon_dobeepflash()687 CHAR_INFO *that_screen = TypeAlloca(CHAR_INFO, max_cells); in wcon_dobeepflash()714 sizeof(CHAR_INFO) * (size_t) max_cells); in wcon_dobeepflash()716 for (i = 0; i < max_cells; i++) { in wcon_dobeepflash()