OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Jun 12 00:25:51 UTC 2026