Home
last modified time | relevance | path

Searched refs:AUTO_REJOIN_VAR (Results 1 – 12 of 12) sorted by relevance

/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dvars.h75 #define AUTO_REJOIN_VAR 4 macro
H A Dvars.h.proto72 #define AUTO_REJOIN_VAR $ macro
/dports/irc/epic4/epic4-2.10.9/include/
H A Dvars.h19 AUTO_REJOIN_VAR, enumerator
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dvars.h29 AUTO_REJOIN_VAR , enumerator
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dvars.h29 AUTO_REJOIN_VAR , enumerator
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dcommands2.c756 …KING_VAR)),on_off(get_int_var(NICK_COMPLETION_VAR)), on_off((get_int_var(AUTO_REJOIN_VAR)?1:0)) )); in BUILT_IN_COMMAND()
772 …KING_VAR)),on_off(get_int_var(NICK_COMPLETION_VAR)), on_off((get_int_var(AUTO_REJOIN_VAR)?1:0)) )); in BUILT_IN_COMMAND()
883 var = AUTO_REJOIN_VAR; in BUILT_IN_COMMAND()
H A Dcset.c641 tmp->set_auto_rejoin = get_int_var(AUTO_REJOIN_VAR); in create_csets_for_channel()
H A Dparse.c1183 …if (((get_cset_int_var(chan->csets, AUTO_REJOIN_CSET)) || (!chan && get_int_var(AUTO_REJOIN_VAR)))… in check_auto_join()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dcommands2.c756 …KING_VAR)),on_off(get_int_var(NICK_COMPLETION_VAR)), on_off((get_int_var(AUTO_REJOIN_VAR)?1:0)) )); in BUILT_IN_COMMAND()
772 …KING_VAR)),on_off(get_int_var(NICK_COMPLETION_VAR)), on_off((get_int_var(AUTO_REJOIN_VAR)?1:0)) )); in BUILT_IN_COMMAND()
883 var = AUTO_REJOIN_VAR; in BUILT_IN_COMMAND()
H A Dcset.c641 tmp->set_auto_rejoin = get_int_var(AUTO_REJOIN_VAR); in create_csets_for_channel()
H A Dparse.c1183 …if (((get_cset_int_var(chan->csets, AUTO_REJOIN_CSET)) || (!chan && get_int_var(AUTO_REJOIN_VAR)))… in check_auto_join()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dparse.c1109 if (get_int_var(AUTO_REJOIN_VAR)) in p_kick()