Home
last modified time | relevance | path

Searched refs:tl_kind (Results 1 – 6 of 6) sorted by relevance

/dports/irc/evangeline/evangeline-msa/src/
H A Dtclmisc.c189 tcl_bind_list_t *tl, *tl_kind; variable
196 tl_kind = find_bind_table(argv[1]);
198 tl_kind = NULL;
199 if (!tl_kind && argv[1])
201 for (tl = tl_kind ? tl_kind : bind_table_list; tl;
202 tl = tl_kind ? 0 : tl->next) {
H A Dtclhash.c399 static int tcl_getbinds(tcl_bind_list_t *tl_kind, const char *name) in tcl_getbinds() argument
403 for (tm = tl_kind->first; tm; tm = tm->next) { in tcl_getbinds()
994 tcl_bind_list_t *tl, *tl_kind; in tell_binds() local
1010 tl_kind = find_bind_table(name); in tell_binds()
1012 tl_kind = NULL; in tell_binds()
1017 if (tl_kind == NULL && name && name[0] && EvangelineStrcasecmp(name, "all")) in tell_binds()
1023 for (tl = tl_kind ? tl_kind : bind_table_list; tl; in tell_binds()
1024 tl = tl_kind ? 0 : tl->next) { in tell_binds()
1058 else if (tl_kind) in tell_binds()
/dports/irc/evangeline/evangeline/src/
H A Dtclmisc.c189 tcl_bind_list_t *tl, *tl_kind; variable
196 tl_kind = find_bind_table(argv[1]);
198 tl_kind = NULL;
199 if (!tl_kind && argv[1])
201 for (tl = tl_kind ? tl_kind : bind_table_list; tl;
202 tl = tl_kind ? 0 : tl->next) {
H A Dtclhash.c399 static int tcl_getbinds(tcl_bind_list_t *tl_kind, const char *name) in tcl_getbinds() argument
403 for (tm = tl_kind->first; tm; tm = tm->next) { in tcl_getbinds()
994 tcl_bind_list_t *tl, *tl_kind; in tell_binds() local
1010 tl_kind = find_bind_table(name); in tell_binds()
1012 tl_kind = NULL; in tell_binds()
1017 if (tl_kind == NULL && name && name[0] && EvangelineStrcasecmp(name, "all")) in tell_binds()
1023 for (tl = tl_kind ? tl_kind : bind_table_list; tl; in tell_binds()
1024 tl = tl_kind ? 0 : tl->next) { in tell_binds()
1058 else if (tl_kind) in tell_binds()
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dtclhash.c447 static int tcl_getbinds(tcl_bind_list_t *tl_kind, const char *name) in tcl_getbinds() argument
451 for (tm = tl_kind->first; tm; tm = tm->next) { in tcl_getbinds()
1272 tcl_bind_list_t *tl, *tl_kind; in tell_binds() local
1288 tl_kind = find_bind_table(name); in tell_binds()
1290 tl_kind = NULL; in tell_binds()
1295 if (tl_kind == NULL && name && name[0] && strcasecmp(name, "all")) in tell_binds()
1298 for (tl = tl_kind ? tl_kind : bind_table_list; tl; in tell_binds()
1299 tl = tl_kind ? 0 : tl->next) { in tell_binds()
1318 for (tl = tl_kind ? tl_kind : bind_table_list; tl; in tell_binds()
1319 tl = tl_kind ? 0 : tl->next) { in tell_binds()
[all …]
H A Dtclmisc.c206 tcl_bind_list_t *tl, *tl_kind; variable
213 tl_kind = find_bind_table(argv[1]);
215 tl_kind = NULL;
216 if (!tl_kind && argv[1])
218 for (tl = tl_kind ? tl_kind : bind_table_list; tl;
219 tl = tl_kind ? 0 : tl->next) {