Searched refs:in_watch (Results 1 – 4 of 4) sorted by relevance
/dports/sysutils/gkrellm-trayicons/gkrellm-trayicons-1.03/misc/ |
H A D | irssi-trayicons.pl | 83 sub in_watch { subroutine 110 if (&in_watch($nick, \$traylet)) { 122 if (&in_watch($nick, \$traylet)) { 134 if (&in_watch($nick, \$traylet)) { 146 if (&in_watch($nick, \$traylet)) { 158 if (&in_watch($nick, \$traylet)) {
|
H A D | irssi-trayicons.pl.local | 89 sub in_watch { 116 if (&in_watch($nick, \$traylet)) { 128 if (&in_watch($nick, \$traylet)) { 140 if (&in_watch($nick, \$traylet)) { 152 if (&in_watch($nick, \$traylet)) { 164 if (&in_watch($nick, \$traylet)) {
|
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/io/ |
H A D | ide-pty-intercept.c | 226 clear_source (&side->in_watch); in _ide_pty_intercept_side_close() 270 g_assert (them->in_watch == 0); in _ide_pty_intercept_out_cb() 290 them->in_watch = in _ide_pty_intercept_out_cb() 346 g_assert (us->in_watch != 0); in _ide_pty_intercept_in_cb() 390 us->in_watch = 0; in _ide_pty_intercept_in_cb() 543 self->master.in_watch = in ide_pty_intercept_init() 551 self->slave.in_watch = in ide_pty_intercept_init() 581 clear_source (&self->slave.in_watch); in ide_pty_intercept_clear() 586 clear_source (&self->master.in_watch); in ide_pty_intercept_clear()
|
H A D | ide-pty-intercept.h | 48 guint in_watch; member
|