Home
last modified time | relevance | path

Searched refs:tel_type (Results 1 – 10 of 10) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dwu.c59 || tel->tel_type != last_tel[to].tel_type in telegram_is_new()
60 || (tel->tel_type != TEL_UPDATE in telegram_is_new()
138 tel.tel_type = type;
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Drea.c122 pr("%s ", telnames[tgm.tel_type]); in c_read()
123 if ((tgm.tel_type == TEL_NORM) || in c_read()
124 (tgm.tel_type == TEL_ANNOUNCE) || in c_read()
125 (tgm.tel_type == TEL_BULLETIN)) in c_read()
/dports/games/wolfpack/empire-4.4.1/include/
H A Dtel.h52 unsigned char tel_type; member
/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Dmailbox.c82 || tel->tel_type > TEL_LAST || tel->tel_from > MAXNOC) { in tel_read_header()
/dports/mail/evolution/evolution-3.42.1/src/addressbook/gui/widgets/
H A Deab-contact-formatter.c810 EABContactFormatterTELType tel_type; in accum_tel() local
813 tel_type = EAB_CONTACT_FORMATTER_TEL_TYPE_HOME; in accum_tel()
815 tel_type = EAB_CONTACT_FORMATTER_TEL_TYPE_WORK; in accum_tel()
817 tel_type = EAB_CONTACT_FORMATTER_TEL_TYPE_OTHER; in accum_tel()
819 if (tel_type != use_tel_type) in accum_tel()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sercosiii.c1159 const char *tel_type = "?"; in dissect_siii() local
1183 tel_type = "AT "; in dissect_siii()
1185 tel_type = "MDT"; in dissect_siii()
1189 col_append_fstr(pinfo->cinfo, COL_INFO, "%s%u Channel=%s", tel_type, tel_no, tel_ch); in dissect_siii()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sercosiii.c1159 const char *tel_type = "?";
1183 tel_type = "AT ";
1185 tel_type = "MDT";
1189 col_append_fstr(pinfo->cinfo, COL_INFO, "%s%u Channel=%s", tel_type, tel_no, tel_ch);
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sercosiii.c1159 const char *tel_type = "?"; in dissect_siii() local
1183 tel_type = "AT "; in dissect_siii()
1185 tel_type = "MDT"; in dissect_siii()
1189 col_append_fstr(pinfo->cinfo, COL_INFO, "%s%u Channel=%s", tel_type, tel_no, tel_ch); in dissect_siii()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sercosiii.c1159 const char *tel_type = "?";
1183 tel_type = "AT ";
1185 tel_type = "MDT";
1189 col_append_fstr(pinfo->cinfo, COL_INFO, "%s%u Channel=%s", tel_type, tel_no, tel_ch);
/dports/textproc/libkolabxml/libkolabxml-1.1.6/src/
H A Dxcardconversions.h620 vcard::tel_type tel(t.number()); in BOOST_FOREACH()
652 vcard::tel_type::parameters_type params; in BOOST_FOREACH()
684 vcard::tel_type::parameters_type params; in BOOST_FOREACH()
958 BOOST_FOREACH(const vcard::tel_type &tel, vcard.tel()) {