Searched refs:chans (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/multiplexer/
H A Dmultiplexer.tcl181 set chans [array names clients]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/comm/
H A Dcomm.tcl36 if {![info exists comm(chans)]} {
38 debug 0 chans {} localhost 127.0.0.1
63 # chans list of allocated channels
166 return $comm(chans)
326 set pos [lsearch -exact $comm(chans) $chan]
327 set comm(chans) [lreplace $comm(chans) $pos $pos]
372 if {[lsearch -exact $comm(chans) $ch] >= 0} {
404 lappend comm(chans) $ch
/macosx-10.10.1/ntp-92/ntpd/
H A Djupiter.h159 char chans[20]; /* number of channels (ascii) */ member in struct:jid
H A Drefclock_jupiter.c684 ip->chans, ip->vers, ip->date, ip->opts);
687 ip->chans, ip->vers, ip->date, ip->opts);
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Drcirc.el1355 (let* ((chans (gethash nick rcirc-nick-table))
1356 (record (assoc-string channel chans t)))
1360 chans)
1371 (let* ((chans (gethash nick rcirc-nick-table))
1374 (let ((record (assoc-string channel chans t)))
1377 (assq-delete-all 'delete chans)))))

Completed in 206 milliseconds