Home
last modified time | relevance | path

Searched refs:open_remote_connection (Results 1 – 16 of 16) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dsystem.h38 extern int open_remote_connection(char *methodname, int willhost);
H A Dsocket.c133 open_remote_connection(char *methodname, int willhost) in open_remote_connection() function
H A Dmac.c496 open_remote_connection(char *methodname, int willhost) in open_remote_connection() function
H A Dtp.c176 rslt = open_remote_connection(hostport, hosting); in host_the_game()
202 rslt = open_remote_connection(copy_string(hostport), hosting); in try_join_game()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxtconq.c92 rslt = open_remote_connection(option_game_to_join, hosting); in main()
138 open_remote_connection(option_game_to_host, hosting); in main()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/curses/
H A Dcconq.c272 rslt = open_remote_connection(option_game_to_join, hosting); in main()
301 open_remote_connection(option_game_to_host, hosting); in main()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-19961306 * unix.c (open_remote_connection, low_send, low_receive,
1373 * mac.c (open_remote_connection): Add argument.
1520 (open_remote_connection, close_remote_connection,
1553 * macconq.c (open_remote_connection): Tweak must_ack instead
1564 (open_remote_connection): Set remote ids correctly.
H A DChangeLog-2001917 (open_remote_connection): Replace serial version by dummy.
1116 * socket.c (open_remote_connection): Return 0 if we fail.
H A DChangeLog-19991016 (open_remote_connection): Remove dead code in hosting case,
1084 * socket.c (open_remote_connection): Always return something.
1153 (open_remote_connection): Add hosting arg, return result.
1158 * system.h (open_remote_connection): Update decl.
1377 (open_remote_connection, low_send, wait_for, low_receive,
3687 * unix.c (open_remote_connection): Test for FASYNC before using.
H A DChangeLog-1997407 * unix.c (open_remote_connection, etc): Add socket-making
H A DChangeLog-20024320 (open_remote_connection): Add WIN32 patch.
4321 (open_remote_connection): Dont use SIGPIPE ifdef WIN32.
H A DChangeLog-2000587 * mac.c (open_remote_connection, low_send, low_receive,
H A DChangeLog-20035986 open_remote_connection fails.
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/
H A DChangeLog1330 (open_remote_connection): Set 'host_is_localhost' to true, if
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/doc/
H A Dhacking.info1276 * `void open_remote_connection(char *methodname)' establishes a
H A Dhacking.texi1400 @code{void open_remote_connection(char *methodname)}