OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtermMissingChar
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
fontutils.h
126
&&
xtermMissingChar
(ch, font) ) \
143
extern Bool
xtermMissingChar
(unsigned /* ch */, XTermFonts */* font */);
fontutils.c
1325
if (
xtermMissingChar
(ch, fnt)) {
1869
if (
xtermMissingChar
(n, &new_fonts[fNorm]) ||
1870
xtermMissingChar
(n, &new_fonts[fBold])) {
1882
if (
xtermMissingChar
(ch, &new_fonts[fNorm])) {
1887
if (
xtermMissingChar
(ch, &new_fonts[fBold])) {
3872
xtermMissingChar
(unsigned ch, XTermFonts * font)
3897
TRACE2(("
xtermMissingChar
%#04x (!exists)\n", ch));
4191
if (
xtermMissingChar
(n, XTermFontsRef(screen->fnts, which)))
misc.c
848
if (!
xtermMissingChar
(c_index, &myFont)
849
&& !
xtermMissingChar
(c_index + 1, &myFont)) {
Completed in 39 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026