Lines Matching refs:attributes
92 WORD* attributes; member
204 free(cs->attributes); in free_screen()
205 cs->attributes = NULL; in free_screen()
216 cs->attributes = (WORD*) malloc(cs->si.length * sizeof(*cs->attributes)); in capture_screen()
217 ASSERT_NOT_NULL(cs->attributes); in capture_screen()
222 tty_out->handle, cs->attributes, cs->si.length, origin, &length)); in capture_screen()
289 start = cs->attributes + cs->si.width * (cursor_position.Y - 1) + in make_expect_screen_set_attr()
291 size_t remain_length = cs->si.length - (cs->attributes - start); in make_expect_screen_set_attr()
307 ASSERT(actual->attributes); in compare_screen()
309 ASSERT(expect->attributes); in compare_screen()
331 if (*(actual->attributes + current) != *(expect->attributes + current)) { in compare_screen()
338 *(expect->attributes + current), in compare_screen()
339 *(actual->attributes + current)); in compare_screen()