Home
last modified time | relevance | path

Searched refs:input_line_start (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp655 input_line_start(0), in environment()
747 input_line_start(0), in environment()
827 input_line_start = 0; in copy()
881 n = -input_line_start; in get_input_line_position()
883 n = width_total - input_line_start; in get_input_line_position()
891 input_line_start = line == 0 ? -n : width_total - n; in set_input_line_position()
893 input_line_start += tab_width; in set_input_line_position()
1748 input_line_start = line == 0 ? H0 : width_total; in newline()
2114 input_line_start -= output_width; in possibly_break_line()
2148 input_line_start -= tem->width(); in possibly_break_line()
[all …]
H A Denv.h194 hunits input_line_start; variable