Home
last modified time | relevance | path

Searched refs:spacing_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dtext.cpp76 int spacing_type; member
82 : spacing_type(ORDINARY_TYPE), font_type(DIGIT_TYPE) in char_info()
96 return p ? p->spacing_type : ORDINARY_TYPE; in get_special_char_spacing_type()
113 p->spacing_type = st; in set_special_char_type()
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()
[all …]
H A Dlist.cpp98 int t = list.p[i]->spacing_type; in compute_metrics()
103 || (prevt = list.p[i-1]->spacing_type) == BINARY_TYPE in compute_metrics()
108 list.p[i]->spacing_type = ORDINARY_TYPE; in compute_metrics()
113 && i > 0 && list.p[i-1]->spacing_type == BINARY_TYPE) in compute_metrics()
114 list.p[i-1]->spacing_type = ORDINARY_TYPE; in compute_metrics()
128 total_spacing += compute_spacing(is_script, list.p[i-1]->spacing_type, in compute_metrics()
129 list.p[i]->spacing_type); in compute_metrics()
181 total_spacing += compute_spacing(is_script, list.p[i-1]->spacing_type, in compute_sublist_width()
182 list.p[i]->spacing_type); in compute_sublist_width()
216 list.p[i-1]->spacing_type, in output()
[all …]
H A Dbox.cpp270 box::box() : spacing_type(ORDINARY_TYPE), uid(next_uid++) in box()
465 spacing_type = p->spacing_type; in pointer_box()
569 spacing_type = SUPPRESS_TYPE; in space_box()
579 spacing_type = SUPPRESS_TYPE; in half_space_box()
H A Dlimit.cpp48 spacing_type = p->spacing_type; in limit_box()
H A Dover.cpp54 spacing_type = INNER_TYPE; in over_box()
H A Dbox.h30 int spacing_type;