Home
last modified time | relevance | path

Searched refs:get_scrap (Results 1 – 4 of 4) sorted by relevance

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/sdl/
H A Dscrap.h10 extern void get_scrap(int type, int *dstlen, char **dst);
H A Dscrap.c34 void get_scrap(int type, int *dstlen, char **dst) { in get_scrap() function
443 get_scrap(int type, int *dstlen, char **dst) in get_scrap() function
H A Dglwidgets.c3304 get_scrap(TextScrap('T','E','X','T'), &scraplen, &scrap); in button_MainWidget()
/dports/games/warzone2100/warzone2100/lib/sdl/
H A Dmain_sdl.cpp128 bool get_scrap(char **dst);
214 bool get_scrap(char **dst) in get_scrap() function
279 if (get_scrap(&scrap)) in wzGetSelection()