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

/freebsd-10.1-release/contrib/libreadline/
H A Dhistory.h247 extern char history_comment_char;
H A Dhistory.c238 if (ts[0] != history_comment_char)
257 ret[0] = history_comment_char;
H A Dhistexpand.c86 char history_comment_char = '\0'; variable
1005 /* The history_comment_char, if set, appearing at the beginning
1009 if (history_comment_char && string[i] == history_comment_char &&
1105 else if (tchar == history_comment_char)
1147 case -2: /* history_comment_char */
1530 if (string[i] == 0 || string[i] == history_comment_char)
H A Dhistfile.c106 #define HIST_TIMESTAMP_START(s) (*(s) == history_comment_char)

Completed in 112 milliseconds