Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dhist.c233 } *histsave_stack; variable
3780 histsave_stack = zrealloc(histsave_stack, in pushhiststack()
3787 h = &histsave_stack[histsave_stack_pos++]; in pushhiststack()
3843 h = &histsave_stack[--histsave_stack_pos]; in pophiststack()
3883 && histsave_stack[pop_through-2].locallevel > locallevel) in saveandpophiststack()