Home
last modified time | relevance | path

Searched refs:oldchan (Results 1 – 25 of 51) sorted by relevance

123

/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/ee/
H A Dtv_grab_ee435 my $oldchan = $2;
436 if (! defined $chanmap{$oldchan}) {
441 push @{$conf->{'channel'}}, "$oldchan.xmltv.kava.ee";
442 t 'Converting ' . $line . ' -> ' . "channel=$oldchan.xmltv.kava.ee";
444 push @{$conf->{'no_channel'}}, "$oldchan.xmltv.kava.ee";
445 t 'Converting ' . $line . ' -> ' . "channel!$oldchan.xmltv.kava.ee";
/dports/math/reduce/Reduce-svn5758-src/psl/
H A Ddbuild.sl41 (global '(oldchan!* datchan!*)) % datchan!* needed for MS-DOS.
44 (rds (setq oldchan!*
47 (close oldchan!*)
H A Dbootstrap.sh174 (global '(oldchan!* datchan!*)) % datchan!* needed for MS-DOS.
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dbotmsg.c608 void botnet_send_join_idx(int useridx, int oldchan) in botnet_send_join_idx() argument
626 if ((oldchan >= 0) && (oldchan < GLOBAL_CHANS)) { in botnet_send_join_idx()
628 botnetnick, oldchan, in botnet_send_join_idx()
630 oldchan ? "channel" : "party line"); in botnet_send_join_idx()
636 void botnet_send_join_party(int idx, int linking, int useridx, int oldchan) in botnet_send_join_party() argument
658 if ((oldchan >= 0) && (oldchan < GLOBAL_CHANS) && in botnet_send_join_party()
661 party[useridx].bot, oldchan, party[useridx].nick, in botnet_send_join_party()
/dports/graphics/blender/blender-2.91.0/source/blender/ikplugin/intern/
H A Diksolver_plugin.c54 bPoseChannel *curchan, *pchan_root = NULL, *chanlist[256], **oldchan; in initialize_posetree() local
186 oldchan = tree->pchan; in initialize_posetree()
191 memcpy(tree->pchan, oldchan, sizeof(void *) * tree->totchannel); in initialize_posetree()
193 MEM_freeN(oldchan); in initialize_posetree()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast106/
H A Dast106.c73 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan);
1673 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan) in sccp_astwrap_fixup() argument
1675 …REFIX_3 "SCCP: we got a fixup request for %s and %s\n", pbx_channel_name(oldchan), pbx_channel_nam… in sccp_astwrap_fixup()
1680 …%p), new: %s(%p)). no SCCP channel to fix\n", pbx_channel_name(oldchan), (void *) oldchan, pbx_cha… in sccp_astwrap_fixup()
1683 if (c->owner != oldchan) { in sccp_astwrap_fixup()
1684 ast_log(LOG_WARNING, "old channel wasn't %p but was %p\n", oldchan, c->owner); in sccp_astwrap_fixup()
1692 …PREFIX_3 "%s: Fixup Adding Redirecting Party from:%s\n", c->designator, pbx_channel_name(oldchan)); in sccp_astwrap_fixup()
1694 SCCP_CALLINFO_HUNT_PILOT_NAME, oldchan->cid.cid_name, in sccp_astwrap_fixup()
1695 SCCP_CALLINFO_HUNT_PILOT_NUMBER, oldchan->cid.cid_num, in sccp_astwrap_fixup()
1696 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NAME, oldchan->cid.cid_name, in sccp_astwrap_fixup()
[all …]
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast110/
H A Dast110.c64 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan);
1401 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan) in sccp_astwrap_fixup() argument
1403 …REFIX_3 "SCCP: we got a fixup request for %s and %s\n", pbx_channel_name(oldchan), pbx_channel_nam… in sccp_astwrap_fixup()
1408 if (c->owner != oldchan) { in sccp_astwrap_fixup()
1409 ast_log(LOG_WARNING, "old channel wasn't %p but was %p\n", oldchan, c->owner); in sccp_astwrap_fixup()
1417 …PREFIX_3 "%s: Fixup Adding Redirecting Party from:%s\n", c->designator, pbx_channel_name(oldchan)); in sccp_astwrap_fixup()
1419 SCCP_CALLINFO_HUNT_PILOT_NAME, oldchan->caller.id.name.str, in sccp_astwrap_fixup()
1420 SCCP_CALLINFO_HUNT_PILOT_NUMBER, oldchan->caller.id.number.str, in sccp_astwrap_fixup()
1421 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NAME, oldchan->caller.id.name.str, in sccp_astwrap_fixup()
1422 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NUMBER, oldchan->caller.id.number.str, in sccp_astwrap_fixup()
[all …]
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast111/
H A Dast111.c138 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan);
1581 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan) in sccp_astwrap_fixup() argument
1583 …REFIX_3 "SCCP: we got a fixup request for %s and %s\n", pbx_channel_name(oldchan), pbx_channel_nam… in sccp_astwrap_fixup()
1588 if (c->owner != oldchan) { in sccp_astwrap_fixup()
1589 ast_log(LOG_WARNING, "old channel wasn't %p but was %p\n", oldchan, c->owner); in sccp_astwrap_fixup()
1599 …PREFIX_3 "%s: Fixup Adding Redirecting Party from:%s\n", c->designator, pbx_channel_name(oldchan)); in sccp_astwrap_fixup()
1601 SCCP_CALLINFO_HUNT_PILOT_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
1602 SCCP_CALLINFO_HUNT_PILOT_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
1603 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
1604 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
[all …]
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast108/
H A Dast108.c65 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan);
1617 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan) in sccp_astwrap_fixup() argument
1619 …REFIX_3 "SCCP: we got a fixup request for %s and %s\n", pbx_channel_name(oldchan), pbx_channel_nam… in sccp_astwrap_fixup()
1624 if (c->owner != oldchan) { in sccp_astwrap_fixup()
1625 ast_log(LOG_WARNING, "old channel wasn't %p but was %p\n", oldchan, c->owner); in sccp_astwrap_fixup()
1633 …PREFIX_3 "%s: Fixup Adding Redirecting Party from:%s\n", c->designator, pbx_channel_name(oldchan)); in sccp_astwrap_fixup()
1635 SCCP_CALLINFO_HUNT_PILOT_NAME, oldchan->caller.id.name.str, in sccp_astwrap_fixup()
1636 SCCP_CALLINFO_HUNT_PILOT_NUMBER, oldchan->caller.id.number.str, in sccp_astwrap_fixup()
1637 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NAME, oldchan->caller.id.name.str, in sccp_astwrap_fixup()
1638 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NUMBER, oldchan->caller.id.number.str, in sccp_astwrap_fixup()
[all …]
/dports/irc/ircII/ircii-20210314/source/
H A Dnames.c271 rename_channel(u_char *oldchan, u_char *newchan, int server) in rename_channel() argument
275 if (!oldchan || !*oldchan || !newchan || !*newchan) in rename_channel()
277 new = lookup_channel(oldchan, server, CHAN_NOUNLINK); in rename_channel()
/dports/games/xonotic/Xonotic/misc/tools/
H A Dmidi2cfg-ng.pl694 my $oldchan = $bot->{busy}->[0];
696 busybot_note_off $offtime - $notetime, $oldchan, $oldnote;
700 warn "Made $channel:$note play by stopping $oldchan:$oldnote";
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intersil/p54/
H A Dmain.c326 struct ieee80211_channel *oldchan; in p54_config() local
328 oldchan = priv->curchan; in p54_config()
332 priv->curchan = oldchan; in p54_config()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intersil/p54/
H A Dmain.c326 struct ieee80211_channel *oldchan; in p54_config() local
328 oldchan = priv->curchan; in p54_config()
332 priv->curchan = oldchan; in p54_config()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intersil/p54/
H A Dmain.c326 struct ieee80211_channel *oldchan; in p54_config() local
328 oldchan = priv->curchan; in p54_config()
332 priv->curchan = oldchan; in p54_config()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast112/
H A Dast112.c80 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan);
1729 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan) in sccp_astwrap_fixup() argument
1731 …REFIX_3 "SCCP: we got a fixup request for %s and %s\n", pbx_channel_name(oldchan), pbx_channel_nam… in sccp_astwrap_fixup()
1736 if (c->owner != oldchan) { in sccp_astwrap_fixup()
1737 ast_log(LOG_WARNING, "old channel wasn't %p but was %p\n", oldchan, c->owner); in sccp_astwrap_fixup()
1747 …PREFIX_3 "%s: Fixup Adding Redirecting Party from:%s\n", c->designator, pbx_channel_name(oldchan)); in sccp_astwrap_fixup()
1749 SCCP_CALLINFO_HUNT_PILOT_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
1750 SCCP_CALLINFO_HUNT_PILOT_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
1751 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
1752 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
[all …]
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast113/
H A Dast113.c76 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan);
2015 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan) in sccp_astwrap_fixup() argument
2017 …REFIX_3 "SCCP: we got a fixup request for %s and %s\n", pbx_channel_name(oldchan), pbx_channel_nam… in sccp_astwrap_fixup()
2022 if (c->owner != oldchan) { in sccp_astwrap_fixup()
2023 ast_log(LOG_WARNING, "old channel wasn't %p but was %p\n", oldchan, c->owner); in sccp_astwrap_fixup()
2033 …PREFIX_3 "%s: Fixup Adding Redirecting Party from:%s\n", c->designator, pbx_channel_name(oldchan)); in sccp_astwrap_fixup()
2035 SCCP_CALLINFO_HUNT_PILOT_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
2036 SCCP_CALLINFO_HUNT_PILOT_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
2037 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
2038 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
[all …]
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast115/
H A Dast115.c80 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan);
2063 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan) in sccp_astwrap_fixup() argument
2065 …REFIX_3 "SCCP: we got a fixup request for %s and %s\n", pbx_channel_name(oldchan), pbx_channel_nam… in sccp_astwrap_fixup()
2070 if (c->owner != oldchan) { in sccp_astwrap_fixup()
2071 ast_log(LOG_WARNING, "old channel wasn't %p but was %p\n", oldchan, c->owner); in sccp_astwrap_fixup()
2081 …PREFIX_3 "%s: Fixup Adding Redirecting Party from:%s\n", c->designator, pbx_channel_name(oldchan)); in sccp_astwrap_fixup()
2083 SCCP_CALLINFO_HUNT_PILOT_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
2084 SCCP_CALLINFO_HUNT_PILOT_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
2085 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
2086 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
[all …]
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast117/
H A Dast117.c88 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan);
1972 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan) in sccp_astwrap_fixup() argument
1974 …REFIX_3 "SCCP: we got a fixup request for %s and %s\n", pbx_channel_name(oldchan), pbx_channel_nam… in sccp_astwrap_fixup()
1979 if (c->owner != oldchan) { in sccp_astwrap_fixup()
1980 ast_log(LOG_WARNING, "old channel wasn't %p but was %p\n", oldchan, c->owner); in sccp_astwrap_fixup()
1990 …PREFIX_3 "%s: Fixup Adding Redirecting Party from:%s\n", c->designator, pbx_channel_name(oldchan)); in sccp_astwrap_fixup()
1992 SCCP_CALLINFO_HUNT_PILOT_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
1993 SCCP_CALLINFO_HUNT_PILOT_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
1994 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
1995 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
[all …]
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast118/
H A Dast118.c88 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan);
1972 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan) in sccp_astwrap_fixup() argument
1974 …REFIX_3 "SCCP: we got a fixup request for %s and %s\n", pbx_channel_name(oldchan), pbx_channel_nam… in sccp_astwrap_fixup()
1979 if (c->owner != oldchan) { in sccp_astwrap_fixup()
1980 ast_log(LOG_WARNING, "old channel wasn't %p but was %p\n", oldchan, c->owner); in sccp_astwrap_fixup()
1990 …PREFIX_3 "%s: Fixup Adding Redirecting Party from:%s\n", c->designator, pbx_channel_name(oldchan)); in sccp_astwrap_fixup()
1992 SCCP_CALLINFO_HUNT_PILOT_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
1993 SCCP_CALLINFO_HUNT_PILOT_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
1994 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
1995 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
[all …]
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast116/
H A Dast116.c88 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan);
1972 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan) in sccp_astwrap_fixup() argument
1974 …REFIX_3 "SCCP: we got a fixup request for %s and %s\n", pbx_channel_name(oldchan), pbx_channel_nam… in sccp_astwrap_fixup()
1979 if (c->owner != oldchan) { in sccp_astwrap_fixup()
1980 ast_log(LOG_WARNING, "old channel wasn't %p but was %p\n", oldchan, c->owner); in sccp_astwrap_fixup()
1990 …PREFIX_3 "%s: Fixup Adding Redirecting Party from:%s\n", c->designator, pbx_channel_name(oldchan)); in sccp_astwrap_fixup()
1992 SCCP_CALLINFO_HUNT_PILOT_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
1993 SCCP_CALLINFO_HUNT_PILOT_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
1994 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
1995 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
[all …]
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast114/
H A Dast114.c80 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan);
2051 static int sccp_astwrap_fixup(PBX_CHANNEL_TYPE * oldchan, PBX_CHANNEL_TYPE * newchan) in sccp_astwrap_fixup() argument
2053 …REFIX_3 "SCCP: we got a fixup request for %s and %s\n", pbx_channel_name(oldchan), pbx_channel_nam… in sccp_astwrap_fixup()
2058 if (c->owner != oldchan) { in sccp_astwrap_fixup()
2059 ast_log(LOG_WARNING, "old channel wasn't %p but was %p\n", oldchan, c->owner); in sccp_astwrap_fixup()
2069 …PREFIX_3 "%s: Fixup Adding Redirecting Party from:%s\n", c->designator, pbx_channel_name(oldchan)); in sccp_astwrap_fixup()
2071 SCCP_CALLINFO_HUNT_PILOT_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
2072 SCCP_CALLINFO_HUNT_PILOT_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
2073 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NAME, ast_channel_caller(oldchan)->id.name.str, in sccp_astwrap_fixup()
2074 SCCP_CALLINFO_LAST_REDIRECTINGPARTY_NUMBER, ast_channel_caller(oldchan)->id.number.str, in sccp_astwrap_fixup()
[all …]
/dports/irc/evangeline/evangeline/modules/irc.mod/
H A Dchan.c1810 struct chanset_t *chan, *oldchan = NULL; in gotnick() local
1819 oldchan = chan; in gotnick()
1842 chan = oldchan; in gotnick()
1860 chan = oldchan; in gotnick()
1881 struct chanset_t *chan, *oldchan = NULL; in gotquit() local
1902 oldchan = chan; in gotquit()
1914 chan = oldchan; in gotquit()
1922 chan = oldchan; in gotquit()
/dports/irc/evangeline/evangeline-msa/src/
H A Dbotmsg.c417 void botnet_send_join_idx(int useridx, int oldchan) in botnet_send_join_idx() argument
430 void botnet_send_join_party(int idx, int linking, int useridx, int oldchan) in botnet_send_join_party() argument
/dports/irc/evangeline/evangeline/src/
H A Dbotmsg.c417 void botnet_send_join_idx(int useridx, int oldchan) in botnet_send_join_idx() argument
430 void botnet_send_join_party(int idx, int linking, int useridx, int oldchan) in botnet_send_join_party() argument
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/irc.mod/
H A Dchan.c2231 struct chanset_t *chan, *oldchan = NULL; local
2240 oldchan = chan;
2269 chan = oldchan;
2291 chan = oldchan;
2313 struct chanset_t *chan, *oldchan = NULL; local
2340 oldchan = chan;
2355 chan = oldchan;
2363 chan = oldchan;

123