Home
last modified time | relevance | path

Searched refs:digraph_first (Results 1 – 15 of 15) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dtranslat.h28 extern unsigned char digraph_first;
H A Dstruct.h798 unsigned char digraph_first; member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dtranslat.h28 extern unsigned char digraph_first;
H A Dstruct.h798 unsigned char digraph_first; member
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dtranslat.h28 extern u_char digraph_first;
H A Dstruct.h300 u_char digraph_first; member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dtranslat.c129 c2 = last_input_screen->digraph_first; in get_digraph()
275 last_input_screen->digraph_first = c1; in BUILT_IN_COMMAND()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dtranslat.c129 c2 = last_input_screen->digraph_first; in get_digraph()
275 last_input_screen->digraph_first = c1; in BUILT_IN_COMMAND()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dtranslat.h66 extern u_char digraph_first;
H A Dstruct.h375 unsigned char digraph_first; member
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dtranslat.c122 c2 = current_screen->digraph_first,
271 current_screen->digraph_first = c1;
H A Dedit.c3711 current_screen->digraph_first = extended_key;
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dtranslat.c119 c2 = current_screen->digraph_first,
181 current_screen->digraph_first = c1;
H A Dedit.c4452 current_screen->digraph_first = extended_key;
/dports/irc/ircII/ircii-20210314/source/
H A Dedit.c96 u_char digraph_first; member
3373 edit_info->digraph_first = extended_key; in edit_char()
4061 new->digraph_first = '\0'; in alloc_edit_info()
4099 return get_edit_info()->digraph_first; in get_digraph_first()
4105 get_edit_info()->digraph_first = first; in set_digraph_first()