Searched refs:input_line_start (Results 1 – 2 of 2) sorted by relevance
655 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 …]
194 hunits input_line_start; variable