Home
last modified time | relevance | path

Searched refs:net_select (Results 1 – 24 of 24) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/Wii/
H A Di_wii.h41 #define select net_select
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dnet.h69 void net_select(GNet *n,int drawp);
H A Dedit.c711 net_select(TkGate.circuit->wsel->net,1); in DropWire()
1100 net_select(TkGate.circuit->wsel->net,1); in EditState_selectobject_Move()
1174 net_select(TkGate.circuit->wsel->net,1); in EditState_selectobject_Move()
1180 net_select(g->wires[i]->net,1); in EditState_selectobject_Move()
H A Dcpath.c677 net_select(w->net,1); in cpath_mouseDown()
H A Dnet.c350 void net_select(GNet *n,int drawp) in net_select() function
H A Dmodule.c879 net_select(net,0); in GModuleDef_grabLabel()
H A Dsimulate.c924 net_select(w->net,1); in SimInterface_hit()
H A Dtclfuncs.c1864 net_select(n,1); in gat_selectNet()
/dports/games/libretro-tyrquake/tyrquake-e76477d/libretro-common/include/net/
H A Dnet_compat.h135 #define select(maxfdp1, readset, writeset, exceptset, timeout) net_select(maxfdp1, readset, writese…
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/include/net/
H A Dnet_compat.h135 #define select(maxfdp1, readset, writeset, exceptset, timeout) net_select(maxfdp1, readset, writese…
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/include/net/
H A Dnet_compat.h135 #define select(maxfdp1, readset, writeset, exceptset, timeout) net_select(maxfdp1, readset, writese…
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/include/net/
H A Dnet_compat.h147 #define select(maxfdp1, readset, writeset, exceptset, timeout) net_select(maxfdp1, readset, writese…
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/include/net/
H A Dnet_compat.h139 #define select(maxfdp1, readset, writeset, exceptset, timeout) net_select(maxfdp1, readset, writese…
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/include/net/
H A Dnet_compat.h139 #define select(maxfdp1, readset, writeset, exceptset, timeout) net_select(maxfdp1, readset, writese…
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/include/net/
H A Dnet_compat.h147 #define select(maxfdp1, readset, writeset, exceptset, timeout) net_select(maxfdp1, readset, writese…
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/include/net/
H A Dnet_compat.h147 #define select(maxfdp1, readset, writeset, exceptset, timeout) net_select(maxfdp1, readset, writese…
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/include/net/
H A Dnet_compat.h147 #define select(maxfdp1, readset, writeset, exceptset, timeout) net_select(maxfdp1, readset, writese…
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/include/net/
H A Dnet_compat.h147 #define select(maxfdp1, readset, writeset, exceptset, timeout) net_select(maxfdp1, readset, writese…
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/
H A Dnetwork.h270 s32 net_select(s32 maxfdp1,fd_set *readset,fd_set *writeset,fd_set *exceptset,struct timeval *timeo…
/dports/emulators/mgba/mgba-0.9.2/include/mgba-util/
H A Dsocket.h391 int result = net_select(maxFd, &rset, &wset, &eset, timeoutMillis < 0 ? 0 : &tv); in SocketPoll()
/dports/games/libretro-mgba/mgba-6186d45/include/mgba-util/
H A Dsocket.h375 int result = net_select(maxFd, &rset, &wset, &eset, timeoutMillis < 0 ? 0 : &tv); in SocketPoll()
/dports/lang/fpc-source/fpc-3.2.2/packages/libogcfpc/src/
H A Dnetwork.pp255 function net_select(maxfdp1: cint32; readset, writeset, exceptset: P_fd_set; timeout: Ptimeval): ci…
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dnetwork_wii.c994 s32 net_select(s32 maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, struct timeval *t… in net_select() function
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/lwip/
H A Dnetwork.c1982 s32 net_select(s32 maxfdp1,fd_set *readset,fd_set *writeset,fd_set *exceptset,struct timeval *timeo… in net_select() function