Searched refs:line_starts (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/info/
H A Dwindow.c137 maybe_free (windows->line_starts);
138 windows->line_starts = NULL;
291 window->line_starts = NULL;
573 old_starts = window->line_starts;
633 if (window->line_starts)
634 free (window->line_starts);
791 char **line_starts = NULL;
796 window->line_starts = NULL;
815 add_pointer_to_array (line, line_starts_index, line_starts,
897 window->line_starts
790 char **line_starts = NULL; local
[all...]
H A Ddisplay.c156 if (!win->node || !win->line_starts)
159 nodetext = win->line_starts[win->pagetop];
547 if (old_starts[old] != window->line_starts[new])
556 if (old_starts[old] == window->line_starts[new])
560 if (old_starts[old + i] != window->line_starts[new + i])
H A Dwindow.h69 char **line_starts; /* Array of printed line starts for this node. */ member in struct:window_struct
H A Dsession.c532 window->line_starts[window->pagetop] - window->node->contents;
614 window->point = window->line_starts[new] - window->node->contents;
615 window->point += window_chars_to_goal (window->line_starts[new], goal);
2087 binding.start = window->line_starts[point_line] - binding.buffer;
2088 if (window->line_starts[point_line + 1])
2089 binding.end = window->line_starts[point_line + 1] - binding.buffer;
2281 start = window->line_starts[1] - window->node->contents;
4374 if (window->line_starts)
4375 line = window->line_starts[window_line_of_point (window)];
4437 window->point = (window->line_starts[lin
[all...]
H A Dindices.c447 start = window->line_starts[1] - window->node->contents;

Completed in 170 milliseconds