Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dhist.c212 static int hist_keep_comment; variable
269 hs->hist_keep_comment = hist_keep_comment; in hist_context_save()
315 hist_keep_comment = hs->hist_keep_comment; in hist_context_restore()
1525 if (chwordpos <= 2 && !hist_keep_comment) in hend()
1628 hist_keep_comment = 0; in hend()
1655 hist_keep_comment = 1; in ihwabort()
H A Dzsh.h3034 int hist_keep_comment; member