HomeSort by: relevance | last modified time | path
    Searched refs:LESSHISTFILE (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/less/include/
defines.h 112 * LESSHISTFILE is the filename of the history file
119 #define LESSHISTFILE ".lesshst"
  /src/external/bsd/less/dist/
defines.o2 113 * LESSHISTFILE is the filename of the history file
120 #define LESSHISTFILE "lesshst.ini"
defines.o9 112 * LESSHISTFILE is the filename of the history file
119 #define LESSHISTFILE ".lesshst"
defines.wn 113 * LESSHISTFILE is the filename of the history file
120 #define LESSHISTFILE "_lesshst"
defines.ds 120 * LESSHISTFILE is the filename of the history file
127 #define LESSHISTFILE "_lesshst"
defines.h.in 109 * LESSHISTFILE is the filename of the history file
116 #define LESSHISTFILE ".lesshst"
cmdbuf.c 1357 name = dirfile(lgetenv("XDG_STATE_HOME"), &LESSHISTFILE[1], must_exist);
1363 name = dirfile(dir, &LESSHISTFILE[1], must_exist);
1368 name = dirfile(lgetenv("XDG_DATA_HOME"), &LESSHISTFILE[1], must_exist);
1370 name = dirfile(home, LESSHISTFILE, must_exist);
1378 /* See if filename is explicitly specified by $LESSHISTFILE. */
1379 name = lgetenv("LESSHISTFILE");
1383 /* $LESSHISTFILE == "-" means don't use a history file. */
1389 if (strcmp(LESSHISTFILE, "") == 0 || strcmp(LESSHISTFILE, "-") == 0)

Completed in 17 milliseconds