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

/freebsd-10.1-release/contrib/libreadline/
H A Dhistfile.c101 /* If non-zero, we write timestamps to the history file in history_do_write() */
423 history_do_write (filename, nelements, overwrite) function
535 return (history_do_write (filename, nelements, HISTORY_APPEND));
545 return (history_do_write (filename, history_length, HISTORY_OVERWRITE));

Completed in 44 milliseconds