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

/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashhist.h42 extern int current_command_first_line_saved;
H A Dbashhist.c135 int current_command_first_line_saved = 0; variable
610 if (current_command_first_line_saved &&
618 current_command_first_line_saved = check_add_history (line, 0);
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dhistory.c321 (current_command_line_count > 0 && current_command_first_line_saved && command_oriented_history))

Completed in 121 milliseconds