Home
last modified time | relevance | path

Searched refs:LESSHISTFILE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/less/
HDcmdbuf.c1373 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()
HDNEWS500 * Disable history feature when compiled with LESSHISTFILE set to "-".
728 * Allow "/dev/null" as synonym for "-" in LESSHISTFILE to indicate
/dragonfly/usr.bin/less/
HDdefines.h123 #define LESSHISTFILE ".lesshst" macro