Searched refs:LESSHISTFILE (Results 1 – 3 of 3) sorted by relevance
117 #define LESSHISTFILE ".lesshst" macro
1396 if (strcmp(LESSHISTFILE, "") == 0 || strcmp(LESSHISTFILE, "-") == 0) in histfile_name()1409 len = (int) (strlen(home) + strlen(LESSHISTFILE) + 2); in histfile_name()1411 SNPRINTF2(name, len, "%s/%s", home, LESSHISTFILE); in histfile_name()
20 * Disable history feature when compiled with LESSHISTFILE set to "-".248 * Allow "/dev/null" as synomym for "-" in LESSHISTFILE to indicate