Home
last modified time | relevance | path

Searched refs:joinhost (Results 1 – 14 of 14) sorted by relevance

/dports/games/jfsw/jfsw-c434002/src/
H A Dstartwin.h13 char *joinhost; member
H A Dstartwin_game.c345 settings->joinhost = 0; in startbutton_clicked()
360 settings->joinhost = (char *)malloc(joinhostlen + 1); in startbutton_clicked()
361 WideCharToMultiByte(CP_UTF8, 0, wcharstr, -1, settings->joinhost, joinhostlen, NULL, NULL); in startbutton_clicked()
H A Dstartgtk_game.c358 settings->joinhost = NULL; in on_startbutton_clicked()
363 settings->joinhost = strdup(gtk_entry_get_text(GTK_ENTRY(controls.hostfield))); in on_startbutton_clicked()
H A DStartupWinController.m431 settings->joinhost = NULL;
437 settings->joinhost = strdup([host cStringUsingEncoding:NSUTF8StringEncoding]);
H A Dgame.c3643 if (settings.joinhost) { in app_main()
3645 parmarr[1] = settings.joinhost; in app_main()
3656 if (settings.joinhost) { in app_main()
3657 free(settings.joinhost); in app_main()
/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dgame.h73 char *joinhost; member
H A Dstartwin_game.c197 settings->joinhost = 0; in startbutton_clicked()
212 settings->joinhost = (char *)malloc(joinhostlen + 1); in startbutton_clicked()
213 WideCharToMultiByte(CP_UTF8, 0, wcharstr, -1, settings->joinhost, joinhostlen, NULL, NULL); in startbutton_clicked()
H A Dstartgtk_game.c214 settings->joinhost = NULL; in on_startbutton_clicked()
219 settings->joinhost = strdup(gtk_entry_get_text(GTK_ENTRY(controls.hostfield))); in on_startbutton_clicked()
H A DStartupWinController.m189 settings->joinhost = NULL;
195 settings->joinhost = strdup([host cStringUsingEncoding:NSUTF8StringEncoding]);
H A Dgame.c547 if (settings.joinhost) {
549 parmarr[1] = settings.joinhost;
560 if (settings.joinhost) {
561 free(settings.joinhost);
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkconq.tcl236 set prefs(joinhost) localhost
252 set prefs(joinhost) 127.0.0.1
268 set prefs(joinhost) localhost
1693 set rslt [ try_join_game "$prefs(joinhost):$prefs(joinport)" ]
1699 insert_chat_string 0 0 "No response from host at $prefs(joinhost):$prefs(joinport)\n"
1723 try_host_game "$prefs(joinhost):$prefs(joinport)"
1770 entry .chat.top.parms.hostentry -textvariable prefs(joinhost) \
1898 set joinstr "is hosting a game at $prefs(joinhost)."
4729 set newprefs(joinhost) $prefs(joinhost)
4963 entry $netf.hostentry -textvariable newprefs(joinhost) \
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-20022634 (add_program): Include prefs(joinhost) in the join message.
2654 (joinhost, joinport, myname): Declare extern chars.
2664 (joinhost): Initialize to "127.0.0.1".
2666 (ui_update_state): Update joinhost, joinport and myname.
2668 (set_preferences): Set joinhost, joinport and myname.
2674 Text fileds for joinhost, joinport and myname.
2683 (tk_save_prefs): Save joinhost, joinport and myname.
2684 (ui_update_state): Update joinhost, joinport and myname.
2688 Set new prefs(joinhost) to 127.0.0.1.
2695 to $prefs(joinhost) and $prefs(joinport).
[all …]
H A DChangeLog-200181 * macinit.c (joinhost): Change it to "127.0.0.1"
H A DChangeLog-200036 (do_key_down_chat): Update joinhost and joinport here.
37 (hit_chat_dialog): Don't update joinhost and joinport here.
49 (add_remote_locally): Add joinhost to "Hosting" string.
183 (hit_chat_dialog): Fix bug in setting of joinhost and joinport.
406 (joinhost): Initialize to "192.168.0.1".