Home
last modified time | relevance | path

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

/netbsd/src/games/hunt/hunt/
Dhunt.c64 static const char *contactportstr; variable
183 contactportstr = optarg; in main()
184 contactport = atoi(contactportstr); in main()
487 if (contactportstr == NULL) in start_driver()
492 execl(Driver, "HUNT", "-p", contactportstr, in start_driver()
694 contactportstr = s + 1; in env_init()
695 contactport = atoi(contactportstr); in env_init()