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

/freebsd-9.3-release/contrib/libreadline/
H A Dhistexpand.c523 int i, n, starting_index; local
588 starting_index = i;
596 *ret_string = hist_error (string, starting_index, i, BAD_WORD_SPEC);
607 starting_index = i;
756 *ret_string = hist_error (string, starting_index, i, NO_PREV_SUBST);
766 *ret_string = hist_error (string, starting_index, i, SUBST_FAILED);
844 *ret_string = hist_error (string, starting_index, i, SUBST_FAILED);

Completed in 99 milliseconds