File: tf.gdb

package info (click to toggle)
tf5 5.0beta8-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,800 kB
  • sloc: ansic: 25,492; perl: 103; makefile: 82; sh: 79
file content (13 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
p "xsock:"
p xsock ? xsock->world->name : "(no xsock)"
p xsock ? xsock->world->host : "(no host)"
p xsock ? xsock->world->port : "(no port)"

p "fsock:"
p fsock ? fsock->world->name : "(no fsock)"
p fsock ? fsock->world->host : "(no host)"
p fsock ? fsock->world->port : "(no port)"

bt full
detach
quit