Home
last modified time | relevance | path

Searched refs:HIST_TIMESTAMP_START (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dhistfile.c142 #define HIST_TIMESTAMP_START(s) (*(s) == history_comment_char && isdigit ((unsigned char)(s)[1]) ) macro
379 has_timestamps = HIST_TIMESTAMP_START (buffer); in read_history_range()
391 if (HIST_TIMESTAMP_START(p) == 0) in read_history_range()
419 if (HIST_TIMESTAMP_START(line_start) == 0) in read_history_range()
599 if (*bp == '\n' && HIST_TIMESTAMP_START(bp1) == 0) in history_truncate_file()
611 if (*bp == '\n' && HIST_TIMESTAMP_START(bp1) == 0) in history_truncate_file()