Home
last modified time | relevance | path

Searched refs:histlinect (Results 1 – 2 of 2) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dhist.c96 zlong histlinect; variable
229 zlong histlinect; member
1084 if (!histlinect) in unlinkcurline()
1380 if (histlinect < histsiz || !hist_ring) { in prepnexthistent()
1390 histlinect++; in prepnexthistent()
2565 if (histlinect > histsiz) { in resizehistents()
2570 while (histlinect > histsiz) { in resizehistents()
3053 if (histlinect) in savehistfile()
3800 h->histlinect = histlinect; in pushhiststack()
3813 curhist = histlinect = 0; in pushhiststack()
[all …]
H A Dhashtable.c1461 if (!--histlinect) in freehistdata()