OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comb_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/less/dist/lesstest/
unicode.c
14
static wchar_range
comb_table
[] = {
variable
46
for (i = 0; i < countof(
comb_table
); i++) {
47
if (ch1 ==
comb_table
[i].first &&
48
ch2 ==
comb_table
[i].last)
/src/external/bsd/less/dist/
charset.c
829
/*
comb_table
is special pairs, not ranges. */
830
static struct wchar_range
comb_table
[] = {
variable in typeref:struct:wchar_range
899
for (i = 0; i < sizeof(
comb_table
)/sizeof(*
comb_table
); i++)
901
if (ch1 ==
comb_table
[i].first &&
902
ch2 ==
comb_table
[i].last)
Completed in 16 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026