Lines Matching defs:argument
28 const char *argument = 0;
35 argument = name;
40 argument = 0;
47 success = xcb_parse_display(argument, &got_host, &got_display, &got_screen);
56 success = xcb_parse_display(argument, &got_host, &got_display, 0);
69 const char *argument = 0;
76 argument = name;
82 argument = 0;
89 success = xcb_parse_display(argument, &got_host, &got_display, &got_screen);
98 success = xcb_parse_display(argument, &got_host, &got_display, 0);