Home
last modified time | relevance | path

Searched refs:Hnum (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/tcsh-6/
HDsh.hist.c933 int n = p->Hnum, r = p->Href; in bubbleHnumHrefDown()
934 p->Hnum = np->Hnum; p->Href = np->Href; in bubbleHnumHrefDown()
935 np->Hnum = n; np->Href = r; in bubbleHnumHrefDown()
1004 np->Hnum = np->Href = event; in enthist()
1206 if (np->Hnum != HIST_PURGE) in cleanhist()
1220 return xasprintf("%6d", hp->Hnum); in fmthist()
1400 hp->Hnum = hp->Href = n--; in loadhist()
HDsh.lex.c1273 lastev = hp->Hnum; in gethent()
1300 lastev = hp->Hnum; in gethent()
1305 if (hp->Hnum == event) { in gethent()
1307 lastev = hp->Hnum; in gethent()
1333 if (hp->Hnum < 0) in findev()
HDsh.h1077 int Hnum; /* eventno when inserted into history list */ member
HDed.chared.c536 if (h->Hnum == i) in c_expand()