OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:char_table
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/groff/dist/src/devices/xditview/
device.c
43
struct charinfo *
char_table
[CHAR_TABLE_SIZE];
member in struct:_DeviceFont
242
f->
char_table
[i] = 0;
257
struct charinfo *ptr = f->
char_table
[i];
327
for (p = f->
char_table
[hash_name(name) % CHAR_TABLE_SIZE];; p = p->next) {
388
pp = &f->
char_table
[hash_name(name) % CHAR_TABLE_SIZE];
/src/external/gpl2/groff/dist/src/preproc/eqn/
text.cpp
86
static char_info
char_table
[256];
variable
125
char_table
['}'].spacing_type = 5; // closing
126
char_table
[')'].spacing_type = 5;
127
char_table
[']'].spacing_type = 5;
128
char_table
['{'].spacing_type = 4; // opening
129
char_table
['('].spacing_type = 4;
130
char_table
['['].spacing_type = 4;
131
char_table
[','].spacing_type = 6; // punctuation
132
char_table
[';'].spacing_type = 6;
133
char_table
[':'].spacing_type = 6
[
all
...]
/src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp
231
char_info *
char_table
;
variable
600
char_table
[i].symbol_set = NO_SYMBOL_SET;
634
&&
char_table
[idx].symbol_set == NO_SYMBOL_SET) {
635
char_table
[idx].symbol_set = symbol_set_table[j].select;
636
char_table
[idx].code = k;
656
&&
char_table
[idx].symbol_set == NO_SYMBOL_SET) {
657
char_table
[idx].symbol_set = symbol_set_table[j].select;
658
char_table
[idx].code = k;
671
char_table
= new char_info[nchars];
676
char_table
[i].charcode = f.get_uint16()
[
all
...]
Completed in 17 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026