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