Searched refs:LESSHISTFILE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/less/ |
| H A D | cmdbuf.c | 1422 if (strcmp(LESSHISTFILE, "") == 0 || strcmp(LESSHISTFILE, "-") == 0) 1436 name = dirfile(xdg, &LESSHISTFILE[1], 1); 1438 name = dirfile(home, LESSHISTFILE, 1); 1441 name = dirfile(xdg, &LESSHISTFILE[1], must_exist); 1443 name = dirfile(home, LESSHISTFILE, must_exist);
|
| H A D | NEWS | 223 * Disable history feature when compiled with LESSHISTFILE set to "-". 451 * Allow "/dev/null" as synomym for "-" in LESSHISTFILE to indicate
|
| /freebsd-13.1/usr.bin/less/ |
| H A D | defines.h | 117 #define LESSHISTFILE ".lesshst" macro
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | dot.tcshrc | 106 setenv LESSHISTFILE -
|