Home
last modified time | relevance | path

Searched refs:RPS_OK (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_dnd.c109 if ( rps != RPS_OK || type != XA_ATOM || format != CF_32) { in xdnd_read_ask_actions()
331 if ( rps != RPS_OK ) { in handle_xdnd_enter()
904 if ( rps != RPS_OK || type != XA_ATOM || format != CF_32 || size != sizeof(Atom)) { in apc_dnd_start()
H A Dapc_clipboard.c424 return RPS_OK; in prima_read_property()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h1575 #define RPS_OK 0 macro