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

/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashhist.h61 extern int check_add_history __P((char *, int));
H A Dbashhist.c618 current_command_first_line_saved = check_add_history (line, 0);
625 check_add_history (line, force) function
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dhistory.c327 /* Call check_add_history with FORCE set to 1 to skip the check against
333 check_add_history (s, 1); /* obeys HISTCONTROL, HISTIGNORE */

Completed in 99 milliseconds