OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:from_gn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/groff/dist/src/roff/troff/
input.cpp
3851
const char *
from_gn
= glyph_name_to_unicode(from.contents());
local
3852
if (!
from_gn
) {
3853
from_gn
= check_unicode_name(from.contents());
3854
if (!
from_gn
) {
3860
const char *from_decomposed = decompose_unicode(
from_gn
);
3862
from_gn
= &from_decomposed[1];
3865
composite_dictionary.remove(symbol(
from_gn
));
3879
if (strcmp(
from_gn
, to_gn) == 0)
3880
composite_dictionary.remove(symbol(
from_gn
));
3882
(void)composite_dictionary.lookup(symbol(
from_gn
), (void *)to_gn)
[
all
...]
input.cpp
3851
const char *
from_gn
= glyph_name_to_unicode(from.contents());
local
3852
if (!
from_gn
) {
3853
from_gn
= check_unicode_name(from.contents());
3854
if (!
from_gn
) {
3860
const char *from_decomposed = decompose_unicode(
from_gn
);
3862
from_gn
= &from_decomposed[1];
3865
composite_dictionary.remove(symbol(
from_gn
));
3879
if (strcmp(
from_gn
, to_gn) == 0)
3880
composite_dictionary.remove(symbol(
from_gn
));
3882
(void)composite_dictionary.lookup(symbol(
from_gn
), (void *)to_gn)
[
all
...]
Completed in 99 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026