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

/freebsd-11-stable/usr.bin/less/
H A Ddefines.h110 * LESSHISTFILE is the filename of the history file
116 #define LESSHISTFILE ".lesshst" macro
/freebsd-11-stable/contrib/less/
H A Dcmdbuf.c1410 /* See if filename is explicitly specified by $LESSHISTFILE. */
1411 name = lgetenv("LESSHISTFILE");
1415 /* $LESSHISTFILE == "-" means don't use a history file. */
1421 if (strcmp(LESSHISTFILE, "") == 0 || strcmp(LESSHISTFILE, "-") == 0)
1434 len = (int) (strlen(home) + strlen(LESSHISTFILE) + 2);
1436 SNPRINTF2(name, len, "%s/%s", home, LESSHISTFILE);

Completed in 65 milliseconds