Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/groff/src/preproc/eqn/
Dtext.cpp84 static char_info char_table[256]; variable
123 char_table['}'].spacing_type = 5; // closing in init_char_table()
124 char_table[')'].spacing_type = 5; in init_char_table()
125 char_table[']'].spacing_type = 5; in init_char_table()
126 char_table['{'].spacing_type = 4; // opening in init_char_table()
127 char_table['('].spacing_type = 4; in init_char_table()
128 char_table['['].spacing_type = 4; in init_char_table()
129 char_table[','].spacing_type = 6; // punctuation in init_char_table()
130 char_table[';'].spacing_type = 6; in init_char_table()
131 char_table[':'].spacing_type = 6; in init_char_table()
[all …]
/freebsd-10-stable/contrib/groff/src/utils/hpftodit/
Dhpftodit.cpp229 char_info *char_table; variable
598 char_table[i].symbol_set = NO_SYMBOL_SET; in read_symbol_sets()
632 && char_table[idx].symbol_set == NO_SYMBOL_SET) { in read_symbol_sets()
633 char_table[idx].symbol_set = symbol_set_table[j].select; in read_symbol_sets()
634 char_table[idx].code = k; in read_symbol_sets()
654 && char_table[idx].symbol_set == NO_SYMBOL_SET) { in read_symbol_sets()
655 char_table[idx].symbol_set = symbol_set_table[j].select; in read_symbol_sets()
656 char_table[idx].code = k; in read_symbol_sets()
669 char_table = new char_info[nchars]; in read_char_table()
674 char_table[i].charcode = f.get_uint16(); in read_char_table()
[all …]
/freebsd-10-stable/contrib/groff/src/devices/xditview/
Ddevice.c41 struct charinfo *char_table[CHAR_TABLE_SIZE]; member
240 f->char_table[i] = 0; in new_font()
255 struct charinfo *ptr = f->char_table[i]; in delete_font()
325 for (p = f->char_table[hash_name(name) % CHAR_TABLE_SIZE];; p = p->next) { in device_char_width()
386 pp = &f->char_table[hash_name(name) % CHAR_TABLE_SIZE]; in add_char()