Searched refs:charcode (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/groff-38/groff/src/utils/hpftodit/
H A Dhpftodit.cpp166 uint16 charcode; member in struct:char_info
674 char_table[i].charcode = f.get_uint16();
800 uint16 charcode = char_table[i].charcode; local
801 if (charcode < charcode_name_table_size
803 for (name_list *p = charcode_name_table[charcode]; p; p = p->next)
833 && char_table[i1].charcode < charcode_name_table_size
834 && char_table[i2].charcode < charcode_name_table_size) {
835 for (name_list *p = charcode_name_table[char_table[i1].charcode];
838 for (name_list *q = charcode_name_table[char_table[i2].charcode];
863 uint16 charcode = char_table[i].charcode; local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmf.vim32 syn keyword mfInternal charcode charext charwd charht chardp charic
/macosx-10.9.5/vim-53/src/
H A Dgui_mac.c2108 char charcode; local
2150 typeChar, NULL, sizeof(char), NULL, &charcode);
2158 key_char = charcode;

Completed in 204 milliseconds