Searched refs:LESSHISTFILE (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/less/ |
| HD | cmdbuf.c | 1373 name = dirfile(lgetenv("XDG_STATE_HOME"), &LESSHISTFILE[1], must_exist); in histfile_find() 1379 name = dirfile(dir, &LESSHISTFILE[1], must_exist); in histfile_find() 1384 name = dirfile(lgetenv("XDG_DATA_HOME"), &LESSHISTFILE[1], must_exist); in histfile_find() 1386 name = dirfile(home, LESSHISTFILE, must_exist); in histfile_find() 1406 if (strcmp(LESSHISTFILE, "") == 0 || strcmp(LESSHISTFILE, "-") == 0) in histfile_name()
|
| HD | NEWS | 500 * Disable history feature when compiled with LESSHISTFILE set to "-". 728 * Allow "/dev/null" as synonym for "-" in LESSHISTFILE to indicate
|
| /dragonfly/usr.bin/less/ |
| HD | defines.h | 123 #define LESSHISTFILE ".lesshst" macro
|