Home
last modified time | relevance | path

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

/trueos/contrib/groff/src/preproc/eqn/
HDtext.cpp74 int spacing_type; member
80 : spacing_type(ORDINARY_TYPE), font_type(DIGIT_TYPE) in char_info()
94 return p ? p->spacing_type : ORDINARY_TYPE; in get_special_char_spacing_type()
111 p->spacing_type = st; in set_special_char_type()
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()
[all …]
HDlist.cpp96 int t = list.p[i]->spacing_type; in compute_metrics()
101 || (prevt = list.p[i-1]->spacing_type) == BINARY_TYPE in compute_metrics()
106 list.p[i]->spacing_type = ORDINARY_TYPE; in compute_metrics()
111 && i > 0 && list.p[i-1]->spacing_type == BINARY_TYPE) in compute_metrics()
112 list.p[i-1]->spacing_type = ORDINARY_TYPE; in compute_metrics()
126 total_spacing += compute_spacing(is_script, list.p[i-1]->spacing_type, in compute_metrics()
127 list.p[i]->spacing_type); in compute_metrics()
179 total_spacing += compute_spacing(is_script, list.p[i-1]->spacing_type, in compute_sublist_width()
180 list.p[i]->spacing_type); in compute_sublist_width()
214 list.p[i-1]->spacing_type, in output()
[all …]
HDbox.cpp268 box::box() : spacing_type(ORDINARY_TYPE), uid(next_uid++) in box()
463 spacing_type = p->spacing_type; in pointer_box()
567 spacing_type = SUPPRESS_TYPE; in space_box()
577 spacing_type = SUPPRESS_TYPE; in half_space_box()
HDlimit.cpp46 spacing_type = p->spacing_type; in limit_box()
HDover.cpp52 spacing_type = INNER_TYPE; in over_box()
HDbox.h28 int spacing_type;