Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.hist.c920 int n = p->Hnum, r = p->Href; in bubbleHnumHrefDown()
921 p->Hnum = np->Hnum; p->Href = np->Href; in bubbleHnumHrefDown()
922 np->Hnum = n; np->Href = r; in bubbleHnumHrefDown()
991 np->Hnum = np->Href = event; in enthist()
1196 return xasprintf("%6d", hp->Hnum); in fmthist()
1376 hp->Hnum = hp->Href = n--; in loadhist()
H A Dsh.lex.c1250 lastev = hp->Hnum; in gethent()
1277 lastev = hp->Hnum; in gethent()
1282 if (hp->Hnum == event) { in gethent()
1284 lastev = hp->Hnum; in gethent()
1310 if (hp->Hnum < 0) in findev()
H A Dsh.h1072 int Hnum; /* eventno when inserted into history list */ member
H A Ded.chared.c536 if (h->Hnum == i) in c_expand()