OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF8_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tmux/dist/
utf8.c
223
char data[
UTF8_SIZE
];
438
if (ud->size >
UTF8_SIZE
)
tmux.h
672
* An expanded UTF-8 character.
UTF8_SIZE
must be big enough to hold combining
676
#define
UTF8_SIZE
32
678
u_char data[
UTF8_SIZE
];
tty.c
1420
if (new.data.size >
UTF8_SIZE
)
1421
new.data.size =
UTF8_SIZE
;
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026