Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/less/
H A Dcmdbuf.c58 #define HISTFILE_FIRST_LINE ".less-history-file:" macro
1422 strncmp(line, HISTFILE_FIRST_LINE, strlen(HISTFILE_FIRST_LINE)) != 0)
1665 fprintf(fout, "%s\n", HISTFILE_FIRST_LINE); in save_cmdhist()