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

/haiku/src/add-ons/input_server/methods/pen/
H A DDumpMessage.cpp15 inline int myisprint(int c) function
90 if ( myisprint(message->what & 0x0ff) &&
91 myisprint((message->what >> 8) & 0x0ff) &&
92 myisprint((message->what >> 16) & 0x0ff) &&
93 myisprint((message->what >> 24) & 0x0ff))

Completed in 45 milliseconds