Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dzle_vi.c1026 zmod.flags |= MOD_NULL; in visetbuffer()
1030 zmod.flags &= ~MOD_NULL; in visetbuffer()
H A Dzle.h258 #define MOD_NULL (1<<5) /* throw away text for the vi cut buffer */ macro
H A Dzle_misc.c614 if (zmod.flags & MOD_NULL) in viputbefore()
637 if (zmod.flags & MOD_NULL) in viputafter()
662 if (n < 0 || zmod.flags & MOD_NULL) in putreplaceselection()
H A Dzle_utils.c926 if (!(ct || vilinerange) || zmod.flags & MOD_NULL) in cuttext()