Home
last modified time | relevance | path

Searched refs:rp_command (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dcommunications.c123 XChangeProperty (dpy, w, rp_command, xa_string, in send_command()
H A Dglobals.h118 extern Atom rp_command;
H A Dglobals.c45 Atom rp_command; variable
H A Devents.c464 status = XGetWindowProperty (dpy, w, rp_command, in execute_remote_command()
478 status = XGetWindowProperty (dpy, w, rp_command, in execute_remote_command()
H A Dmain.c668 rp_command = XInternAtom (dpy, "RP_COMMAND", False); in main()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.h306 struct rp_command struct
H A Dreplay.c38 struct rp_command *rp_mainmsg = NULL;
3699 struct rp_command *msg; in rp_subtask_main()
3722 while( ( msg = (struct rp_command *)IExec->GetMsg( rp_msgport ) ) ) in rp_subtask_main()
3976 ASOMSG_Size, sizeof( struct rp_command ), in rp_init()
3980 rp_mainmsg = malloc(sizeof(struct rp_command)); in rp_init()
4105 void rp_send_command( struct rp_command *cmd ) in rp_send_command()