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

/freebsd-9.3-release/usr.bin/less/
H A Ddefines.h111 * LESSHISTFILE is the filename of the history file
117 #define LESSHISTFILE ".lesshst" macro
/freebsd-9.3-release/contrib/less/
H A Ddefines.o2113 * LESSHISTFILE is the filename of the history file
119 #define LESSHISTFILE "lesshst.ini"
H A Ddefines.o9112 * LESSHISTFILE is the filename of the history file
118 #define LESSHISTFILE ".lesshst"
H A Ddefines.wn113 * LESSHISTFILE is the filename of the history file
119 #define LESSHISTFILE "_lesshst"
H A Ddefines.ds120 * LESSHISTFILE is the filename of the history file
126 #define LESSHISTFILE "_lesshst"
H A Ddefines.h.in109 * LESSHISTFILE is the filename of the history file
115 #define LESSHISTFILE ".lesshst"
H A Dcmdbuf.c1371 /* See if filename is explicitly specified by $LESSHISTFILE. */
1372 name = lgetenv("LESSHISTFILE");
1376 /* $LESSHISTFILE == "-" means don't use a history file. */
1391 len = strlen(home) + strlen(LESSHISTFILE) + 2;
1393 SNPRINTF2(name, len, "%s/%s", home, LESSHISTFILE);

Completed in 141 milliseconds