Searched refs:client_machine (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xlsclients/dist/
H A Dxlsclients.c432 xcb_get_property_cookie_t client_machine; member in struct:__anon335494ab0408
446 xcb_get_property_reply_t *client_machine; local in function:show_client_properties
458 client_machine = xcb_get_property_reply(cs->c, cs->client_machine, NULL);
474 print_text_field (cs->c, " Machine: ", client_machine);
478 print_text_field (cs->c, NULL, client_machine);
531 if (client_machine)
532 free(client_machine);
561 cs->client_machine = xcb_get_property(dpy, 0, w,

Completed in 3 milliseconds