OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:charcode
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp
168
uint16
charcode
;
member in struct:char_info
676
char_table[i].
charcode
= f.get_uint16();
802
uint16
charcode
= char_table[i].
charcode
;
local
803
if (
charcode
< charcode_name_table_size
805
for (name_list *p = charcode_name_table[
charcode
]; p; p = p->next)
835
&& char_table[i1].
charcode
< charcode_name_table_size
836
&& char_table[i2].
charcode
< charcode_name_table_size) {
837
for (name_list *p = charcode_name_table[char_table[i1].
charcode
];
840
for (name_list *q = charcode_name_table[char_table[i2].
charcode
];
865
uint16
charcode
= char_table[i].
charcode
;
local
[
all
...]
Completed in 16 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026