Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dhist.c147 short *chwords; variable
257 hs->chwords = chwords; in hist_context_save()
303 chwords = hs->chwords; in hist_context_restore()
1123 chwords = NULL; in hbegin()
1194 len += chwords[i+1] - chwords[i] in histreduceblanks()
1195 + (i > 0 && chwords[i] > chwords[i-1]); in histreduceblanks()
1207 len = chwords[i+1] - chwords[i]; in histreduceblanks()
1208 needblank = (i < chwordpos-2 && chwords[i+2] > chwords[i+1]); in histreduceblanks()
1212 chwords[i+1] = chwords[i] + len; in histreduceblanks()
1479 chwords = NULL; in hend()
[all …]
H A Dzsh.h3022 short *chwords; member
/dports/shells/zsh/zsh-5.8.1/Etc/
H A DChangeLog-4.34375 * 27216: Src/hist.c: set chwords to NULL when freed.