Home
last modified time | relevance | path

Searched refs:Href (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/tcsh/
HDsh.hist.c121 if (eventno - np->Href >= histlen || histlen == 0) in discardExcess()
127 if (eventno - np->Href >= histlen || histlen == 0) in discardExcess()
136 if (eventno - np->Href >= histlen || histlen == 0) in discardExcess()
623 int n = p->Href; in renumberHist()
625 p->Href = n--; in renumberHist()
924 int n = p->Hnum, r = p->Href; in bubbleHnumHrefDown()
925 p->Hnum = np->Hnum; p->Href = np->Href; in bubbleHnumHrefDown()
926 np->Hnum = n; np->Href = r; in bubbleHnumHrefDown()
995 np->Hnum = np->Href = event; in enthist()
1317 hp->Hnum = hp->Href = n--; in loadhist()
HDsh.h1061 int Href; member
HDsh.lex.c1263 hp->Href = eventno; in gethent()