Searched refs:LESSHISTFILE (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | cmdbuf.c | 1481 name = dirfile(lgetenv("XDG_STATE_HOME"), &LESSHISTFILE[1], must_exist); in histfile_find() 1487 name = dirfile(dir, &LESSHISTFILE[1], must_exist); in histfile_find() 1492 name = dirfile(lgetenv("XDG_DATA_HOME"), &LESSHISTFILE[1], must_exist); in histfile_find() 1494 name = dirfile(home, LESSHISTFILE, must_exist); in histfile_find() 1514 if (strcmp(LESSHISTFILE, "") == 0 || strcmp(LESSHISTFILE, "-") == 0) in histfile_name()
|
| H A D | NEWS | 717 * Disable history feature when compiled with LESSHISTFILE set to "-". 945 * Allow "/dev/null" as synonym for "-" in LESSHISTFILE to indicate
|
| /freebsd/usr.bin/less/ |
| H A D | defines.h | 126 #define LESSHISTFILE ".lesshst" macro
|
| /freebsd/contrib/tcsh/ |
| H A D | dot.tcshrc | 106 setenv LESSHISTFILE -
|