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

/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashhist.h26 /* Flag values for history_control */
40 extern int history_control;
H A Dbashhist.c153 int history_control; variable
543 if (history_control == 0)
547 if ((history_control & HC_IGNSPACE) && *line == ' ')
551 if (history_control & HC_IGNDUPS)
605 /* Don't use the value of history_control to affect the second
633 if (history_control & HC_ERASEDUPS)
H A Dvariables.c4056 history_control = 0;
4066 history_control |= HC_IGNSPACE;
4068 history_control |= HC_IGNDUPS;
4070 history_control |= HC_IGNBOTH;
4072 history_control |= HC_ERASEDUPS;

Completed in 171 milliseconds