Home
last modified time | relevance | path

Searched refs:actformat (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/gg/
H A Dgg.c1073 if(actformat->position == 0 && actformat->font == 0) { in ggp_recv_message_handler()
1078 actformat->position, in ggp_recv_message_handler()
1080 (actformat->font & GG_FONT_BOLD) != 0, in ggp_recv_message_handler()
1085 if (actformat->font & GG_FONT_IMAGE) { in ggp_recv_message_handler()
1108 if (actformat->font & GG_FONT_BOLD) { in ggp_recv_message_handler()
1120 if (actformat->font & GG_FONT_ITALIC) { in ggp_recv_message_handler()
1144 if (actformat->font & GG_FONT_COLOR) { in ggp_recv_message_handler()
1898 actformat.font = GG_FONT_IMAGE; in ggp_send_im()
1899 actformat.position = pos; in ggp_send_im()
1910 memcpy(format + format_length, &actformat, sizeof(actformat)); in ggp_send_im()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/gg/
H A Dgg.c1073 if(actformat->position == 0 && actformat->font == 0) { in ggp_recv_message_handler()
1078 actformat->position, in ggp_recv_message_handler()
1080 (actformat->font & GG_FONT_BOLD) != 0, in ggp_recv_message_handler()
1085 if (actformat->font & GG_FONT_IMAGE) { in ggp_recv_message_handler()
1108 if (actformat->font & GG_FONT_BOLD) { in ggp_recv_message_handler()
1120 if (actformat->font & GG_FONT_ITALIC) { in ggp_recv_message_handler()
1144 if (actformat->font & GG_FONT_COLOR) { in ggp_recv_message_handler()
1898 actformat.font = GG_FONT_IMAGE; in ggp_send_im()
1899 actformat.position = pos; in ggp_send_im()
1910 memcpy(format + format_length, &actformat, sizeof(actformat)); in ggp_send_im()
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/gg/
H A Dgg.c1073 if(actformat->position == 0 && actformat->font == 0) { in ggp_recv_message_handler()
1078 actformat->position, in ggp_recv_message_handler()
1080 (actformat->font & GG_FONT_BOLD) != 0, in ggp_recv_message_handler()
1085 if (actformat->font & GG_FONT_IMAGE) { in ggp_recv_message_handler()
1108 if (actformat->font & GG_FONT_BOLD) { in ggp_recv_message_handler()
1120 if (actformat->font & GG_FONT_ITALIC) { in ggp_recv_message_handler()
1144 if (actformat->font & GG_FONT_COLOR) { in ggp_recv_message_handler()
1898 actformat.font = GG_FONT_IMAGE; in ggp_send_im()
1899 actformat.position = pos; in ggp_send_im()
1910 memcpy(format + format_length, &actformat, sizeof(actformat)); in ggp_send_im()
[all …]