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

/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashhist.h43 extern int hist_last_line_added;
H A Dbashhist.c158 int hist_last_line_added; variable
603 hist_last_line_added = 0;
710 hist_last_line_added = 1;
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dhistory.c317 if (hist_last_line_pushed == 0 && hist_last_line_added && delete_last_history () == 0)
320 (hist_last_line_added ||
347 if (hist_last_line_pushed == 0 && hist_last_line_added && delete_last_history () == 0)
H A Dfc.c249 so we check hist_last_line_added. */
253 if (listing == 0 && hist_last_line_added)
256 last_hist = i - 1 - hist_last_line_added;
410 so we check hist_last_line_added. */
411 i -= 1 + hist_last_line_added;

Completed in 112 milliseconds