Home
last modified time | relevance | path

Searched refs:xa_string (Results 1 – 17 of 17) sorted by relevance

/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dcommunications.c47 0, 0, False, xa_string, in receive_command_result()
66 True, xa_string, &type_ret, &format_ret, &nitems, in receive_command_result()
123 XChangeProperty (dpy, w, rp_command, xa_string, in send_command()
H A Devents.c465 0, 0, False, xa_string, in execute_remote_command()
480 True, xa_string, &type_ret, &format_ret, &nitems, in execute_remote_command()
566 XChangeProperty (dpy, w, rp_command_result, xa_string, in receive_command()
569 XChangeProperty (dpy, w, rp_command_result, xa_string, in receive_command()
746 target_list[1] = (CARD32) xa_string; in selection_request()
754 } else if (rq->target == xa_string in selection_request()
757 if (rq->target == xa_string) { in selection_request()
759 target = xa_string; in selection_request()
H A Dglobals.c51 Atom xa_string; variable
110 XChangeProperty(dpy, screen->root, XA_CUT_BUFFER0, xa_string, 8, in x_export_selection()
210 XConvertSelection (dpy, XA_PRIMARY, xa_string, rp_selection, s->input_window, CurrentTime); in get_selection()
H A Dglobals.h132 extern Atom xa_string;
H A Dmain.c674 xa_string = XA_STRING; in main()
H A Dmanage.c220 if (text_prop.encoding == xa_string) in get_wmname()
/dports/lang/v/v-0.1.29/vlib/clipboard/
H A Dclipboard_linux.c.v105 xa_string = 1 //value 31
336 cb.atoms[i] = cb.get_atom(.xa_string)
369 return cb.get_atom(.xa_string)
421 return cb.get_atoms(AtomType.utf8_string, .xa_string, .text, .text_plain, .text_html)
/dports/x11-wm/sdorfehs/sdorfehs-1.2/
H A Devents.c679 target_list[1] = (CARD32) xa_string; in selection_request()
687 } else if (rq->target == xa_string in selection_request()
690 if (rq->target == xa_string) { in selection_request()
692 target = xa_string; in selection_request()
H A Dglobals.c62 Atom xa_string; variable
132 XChangeProperty(dpy, screen->root, XA_CUT_BUFFER0, xa_string, 8, in x_export_selection()
232 XConvertSelection(dpy, XA_PRIMARY, xa_string, rp_selection, in get_selection()
H A Dglobals.h112 extern Atom xa_string;
H A Dsdorfehs.c292 xa_string = XA_STRING; in main()
H A Dmanage.c203 if (text_prop.encoding == xa_string) in get_wmname()
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Ddnd.h43 extern GdkAtom xa_string;
H A Dgtksavebox.c119 static GdkAtom xa_string; variable
193 xa_string = gdk_atom_intern ("STRING", FALSE); in gtk_savebox_class_init()
477 gtk_selection_data_set (selection_data, xa_string, 8, &to_send, 1); in drag_data_get()
H A Ddnd.c142 GdkAtom xa_string; /* Not actually used for DnD, but the others are here! */ variable
161 xa_string = gdk_atom_intern("STRING", FALSE); in dnd_init()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_proxy.h318 xdr_string_t xa_string; member
H A Dip_rpcb_pxy.c535 auth->xa_string.xs_len = p; in ipf_p_rpcb_skipauth()
542 auth->xa_string.xs_str = (char *)p; in ipf_p_rpcb_skipauth()