Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_scene_gltf2/blender/imp/
H A Dgltf2_blender_animation_node.py41 BlenderNodeAnim.do_channel(gltf, anim_idx, node_idx, channel)
44 def do_channel(gltf, anim_idx, node_idx, channel): member in BlenderNodeAnim
/dports/irc/pisg/pisg-0.73/modules/
H A DPisg.pm80 $self->do_channel()
470 sub do_channel subroutine
571 $self->do_channel();
/dports/irc/ircII/ircii-20210314/include/
H A Dedit.h77 u_char *do_channel(u_char *, int);
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dedit.h75 u_char *do_channel _((u_char *, int));
/dports/misc/libpri/libpri-1.6.0/
H A Dpritest.c63 static void do_channel(int fd) in do_channel() function
224 do_channel(z); in launch_channel()
H A DChangeLog301 * pritest.c: Fix compiler warning in pritest.c. * Made do_channel()
/dports/ftp/py-pycurl/pycurl-7.44.1/examples/
H A Dlinksys.py329 def do_channel(self, line): member in LinksysInterpreter
/dports/irc/ircII/ircii-20210314/source/
H A Dedit.c953 do_channel(u_char *chan, int force) in do_channel() function
1022 if ((ptr = do_channel(invite_channel, force))) in e_channel()
1037 if (do_channel(chan, force)) in e_channel()
1046 if ((ptr = do_channel(ptr, force)) && *ptr) in e_channel()
1050 if ((ptr = do_channel(ptr, force)) && *ptr) in e_channel()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dedit.c98 static char *do_channel _((char *, int, int));
1687 do_channel(chan, force, nowho) in do_channel() function
1820 if ((ptr = do_channel(invite_channel, force, nowho)))
1846 if ((ptr = do_channel(ptr, force, nowho)) && *ptr)
1883 if ((ptr = do_channel(ptr, force, nowho)) && *ptr) {
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dedit.c1156 do_channel(chan, force) in do_channel() function
1247 if ((ptr = do_channel(ptr, force)) && *ptr)
1257 if ((ptr = do_channel(ptr, force)) && *ptr)
H A Dkeys.c2618 if ((ptr = do_channel(invite_channel, unused0)))
/dports/irc/ninja/ninja-1.5.8.1/
H A DChangeLog549 fixed a bug that i added in edit.c:do_channel()...
/dports/irc/ircII/ircii-20210314/
H A DChangeLog1928 move ChannelList handling from do_channel() and
3044 make do_channel() public, not static. in icb_put_group(),
3045 call do_channel() before randomly sending a join to the
5706 call do_channel() with join -i; fixes pr#23
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/
H A DChangeLog.ircii2207 call do_channel() with join -i; fixes pr#23