Home
last modified time | relevance | path

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

/src/contrib/libedit/
H A Dhistory.c54 static const char hist_cookie[] = "_HiStOrY_V2_\n"; variable
794 if (strncmp(line, hist_cookie, (size_t)sz) != 0) in history_load()
846 if (ftell(fp) == 0 && fputs(hist_cookie, fp) == EOF) in history_save_fp()