HomeSort by: relevance | last modified time | path
    Searched defs:hfirst (Results 1 - 4 of 4) 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;
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...]
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 143 milliseconds