Home
last modified time | relevance | path

Searched refs:char_table (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dtext.cpp86 static char_info char_table[256]; variable
125 char_table['}'].spacing_type = 5; // closing in init_char_table()
126 char_table[')'].spacing_type = 5; in init_char_table()
127 char_table[']'].spacing_type = 5; in init_char_table()
128 char_table['{'].spacing_type = 4; // opening in init_char_table()
129 char_table['('].spacing_type = 4; in init_char_table()
130 char_table['['].spacing_type = 4; in init_char_table()
131 char_table[','].spacing_type = 6; // punctuation in init_char_table()
132 char_table[';'].spacing_type = 6; in init_char_table()
133 char_table[':'].spacing_type = 6; in init_char_table()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/
H A Dhpftodit.cpp231 char_info *char_table; variable
600 char_table[i].symbol_set = NO_SYMBOL_SET; in read_symbol_sets()
634 && char_table[idx].symbol_set == NO_SYMBOL_SET) { in read_symbol_sets()
635 char_table[idx].symbol_set = symbol_set_table[j].select; in read_symbol_sets()
636 char_table[idx].code = k; in read_symbol_sets()
656 && char_table[idx].symbol_set == NO_SYMBOL_SET) { in read_symbol_sets()
657 char_table[idx].symbol_set = symbol_set_table[j].select; in read_symbol_sets()
658 char_table[idx].code = k; in read_symbol_sets()
671 char_table = new char_info[nchars]; in read_char_table()
676 char_table[i].charcode = f.get_uint16(); in read_char_table()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Ddevice.c43 struct charinfo *char_table[CHAR_TABLE_SIZE]; member
242 f->char_table[i] = 0; in new_font()
257 struct charinfo *ptr = f->char_table[i]; in delete_font()
327 for (p = f->char_table[hash_name(name) % CHAR_TABLE_SIZE];; p = p->next) { in device_char_width()
388 pp = &f->char_table[hash_name(name) % CHAR_TABLE_SIZE]; in add_char()