Lines Matching refs:line_length
620 line_length((units_per_inch*13)/2), in environment()
708 line_length(e->line_length), in environment()
793 line_length = e->line_length; in copy()
898 return line_length; in get_line_length()
906 return line_length; in get_saved_line_length()
1351 void line_length() in line_length() function
1354 if (has_arg() && get_hunits(&temp, 'm', curenv->line_length)) { in line_length()
1362 curenv->prev_line_length = curenv->line_length; in line_length()
1363 curenv->line_length = temp; in line_length()
1772 hunits d = line_length + margin_character_distance - saved_indent - width; in output_line()
1842 target_text_length = line_length - saved_indent; in start_line()
2158 target_text_length = line_length - saved_indent; in possibly_break_line()
2237 curenv->line_length.to_units()); in dump_troff_state()
2253 s->add_tag(MTSM_LL, line_length); in construct_state()
3265 init_request("ll", line_length); in init_env_requests()