Searched refs:line_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libreadline/
H A Dhistsearch.c69 register int line_index; local
99 line_index = strlen (line);
102 if (string_len > line_index)
124 line_index -= string_len;
126 while (line_index >= 0)
128 if (STREQN (string, line + line_index, string_len))
131 return (line_index);
133 line_index--;
140 limit = line_index - string_len + 1;
141 line_index
[all...]
/freebsd-10.0-release/contrib/texinfo/info/
H A Ddisplay.c130 int line_index = 0; /* Number of lines done so far. */ local
282 if (1 + line_index + win->first_row < the_screen->height)
295 entry = display[line_index + win->first_row];
305 terminal_goto_xy (0, line_index + win->first_row);
322 terminal_goto_xy (i, line_index + win->first_row);
356 if (++line_index == win->height)
400 for (; line_index < win->height; line_index++)
402 DISPLAY_LINE *entry = display[line_index + win->first_row];
410 terminal_goto_xy (0, line_index
[all...]

Completed in 125 milliseconds