Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Test/
H A DA03quoting.ztst35 setopt rcquotes
36 # We need to set rcquotes here for the next example since it is
42 unsetopt rcquotes
H A DE01options.ztst993 setopt rcquotes
996 unsetopt rcquotes
H A DD04parameter.ztst2051 (setopt rcquotes; print -r -- ${(q+):-three so-called \'words\'})
/dports/shells/zsh/zsh-5.8.1/StartupFiles/
H A Dzshrc95 setopt autopushd pushdminus extendedglob rcquotes mailwarning
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dzsh.vim314 \ \%(\%(\<no_\?\)\?rcquotes\>\)\|\%(\%(no_\?\)\?rc_quotes\>\)\|
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dzsh.vim314 \ \%(\%(\<no_\?\)\?rcquotes\>\)\|\%(\%(no_\?\)\?rc_quotes\>\)\|
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dhist.c3323 int forloop = 0, rcquotes = opts[RCQUOTES]; in bufferwords() local
3550 opts[RCQUOTES] = rcquotes; in bufferwords()
/dports/shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1/highlighters/main/
H A Dmain-highlighter.zsh1203 if [[ $zsyh_user_options[rcquotes] == on ]]; then