Lines Matching defs:got_screen
27 int got_display, got_screen;
45 got_display = got_screen = -42;
47 success = xcb_parse_display(argument, &got_host, &got_display, &got_screen);
51 ck_assert_msg(screen == got_screen, "parse %sproduced unexpected screen '%d' for '%s': expected '%d'", test_string[test_type], got_screen, name, screen);
54 got_display = got_screen = -42;
68 int got_display, got_screen;
87 got_display = got_screen = -42;
89 success = xcb_parse_display(argument, &got_host, &got_display, &got_screen);
93 ck_assert_msg(got_screen == -42, "screen changed on parse failure %sfor '%s': got %d", test_string[test_type], name, got_screen);
96 got_display = got_screen = -42;