OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hfirst
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/common/
nfs_fha.c
476
bool_t first,
hfirst
;
local in function:fhe_stats_sysctl
499
hfirst
= TRUE;
506
sbuf_printf(&sb, "%shash %d: {\n",
hfirst
? "" : ", ", i);
527
hfirst
= FALSE;
/src/bin/ksh/
history.c
88
char **
hfirst
, **hlast, **hp;
local in function:c_fc
187
hfirst
= lflag ? hist_get("-16", true, true)
189
if (!
hfirst
)
191
/* can't fail if
hfirst
didn't fail */
198
hfirst
= hist_get(first, (lflag || last) ? true : false,
200
if (!
hfirst
)
203
: (lflag ? hist_get_newest(false) :
hfirst
);
207
if (
hfirst
> hlast) {
210
temp =
hfirst
;
hfirst
= hlast; hlast = temp
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025