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

/openbsd-current/usr.bin/less/
H A Ddefines.h13 * LESSHISTFILE is the filename of the history file
19 #define LESSHISTFILE "-" macro
H A Dcmdbuf.c1176 /* See if filename is explicitly specified by $LESSHISTFILE. */
1177 name = lgetenv("LESSHISTFILE");
1180 /* $LESSHISTFILE == "-" means don't use history file */
1186 if (strcmp(LESSHISTFILE, "-") == 0)
1192 return (easprintf("%s/%s", home, LESSHISTFILE));

Completed in 68 milliseconds