Home
last modified time | relevance | path

Searched refs:literal (Results 1 – 25 of 106) sorted by relevance

12345

/vim-8.2.3635/src/libvterm/src/
H A Dkeyboard.c78 char literal; member
188 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "%d;%du", k.literal, mod+1); in vterm_keyboard_key()
190 vterm_push_output_sprintf(vt, mod & VTERM_MOD_ALT ? ESC_S "%c" : "%c", k.literal); in vterm_keyboard_key()
195 vterm_push_output_sprintf_ctrl(vt, C1_SS3, "%c", k.literal); in vterm_keyboard_key()
202 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "%c", k.literal); in vterm_keyboard_key()
204 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "1;%d%c", mod + 1, k.literal); in vterm_keyboard_key()
209 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "%d%c", k.csinum, k.literal); in vterm_keyboard_key()
211 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "%d;%d%c", k.csinum, mod + 1, k.literal); in vterm_keyboard_key()
222 k.literal = k.csinum; in vterm_keyboard_key()
/vim-8.2.3635/runtime/doc/
H A Dos_win32.txt100 spaces and tabs, an odd number of backslashes produces a literal
105 \" is a literal double quote
106 \\" is a literal backslash and a special double quote
107 \\\" is a literal backslash and a literal double quote
108 \\\\" is 2 literal backslashes and a special double quote
109 \\\\\" is 2 literal backslashes and a literal double quote
H A Dpattern.txt425 a a a a literal 'a'
428 \. \. . . literal dot
434 \\ \\ \\ \\ literal backslash
435 \{ { { { literal curly brace
482 |/\^| \^ \^ literal '^'
485 |/\$| \$ \$ literal '$'
798 start-of-line; at other positions, matches literal '^'. |/zero-width|
803 \^ Matches literal '^'. Can be used at any position in the pattern, but
815 matches end-of-line <EOL>; at other positions, matches literal '$'.
1066 When matching in a string instead of buffer text a literal newline
[all …]
H A Dusr_01.txt182 manual. Not only by providing literal text, but also by setting the tone and
/vim-8.2.3635/runtime/syntax/
H A Dreva.vim68 syn keyword revadefine compile literal ' [']
87 Builtin (to~) (while) >in >rel ?literal appstart cold compiling? context? d0 default_class
98 Builtin hex# hide inline{ last lastxt lib libdir literal, makeexename mnotail ms ms@
H A Drst.vim152 " properly the case of a literal block:
156 " this is a literal block
H A Dsmarty.vim26 syn keyword smartyTagName insert if elseif else ldelim rdelim literal
H A Dtoml.vim23 " Multi-line literal strings
H A Dgpg.vim77 \ no-force-v4-certs no-greeting no-literal
H A Dsdl.vim41 syn keyword sdlStatement error fpar generator literal map noequality ordering
H A Dclojure.vim32literal","clojure.core/tagged-literal?","clojure.core/take","clojure.core/take-last","clojure.core…
H A Dvhdl.vim32 syn keyword vhdlStatement label library linkage literal loop
H A Dtidy.vim154 \ literal-attributes logical-emphasis lower-literals markup
H A Dlilo.vim57 syn keyword liloImageOpt fallback literal nextgroup=liloEqString,liloEqStringComment,liloError skip…
/vim-8.2.3635/runtime/indent/
H A Dgo.vim58 " (b) they're hard to disambiguate from a composite literal key.
H A Dvim.vim166 " A line ending in "{" or "[" is most likely the start of a dict/list literal,
/vim-8.2.3635/src/testdir/
H A Dtest_maparg.vim198 " Test literal <CR> using a backslash
220 " Test literal <CR> using CTRL-V
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 …"supers","swap!","swap-vals!","symbol","symbol?","sync","tagged-literal","tagged-literal?","take",…
/vim-8.2.3635/src/proto/
H A Ddict.pro38 int eval_dict(char_u **arg, typval_T *rettv, evalarg_T *evalarg, int literal);
H A Dos_win32.pro70 void used_file_arg(char *name, int literal, int full_path, int diff_mode);
/vim-8.2.3635/src/
H A Dmain.c243 if (!params.literal) in VimMain()
2025 parmp->literal = TRUE; in command_line_scan()
2597 parmp->literal ? 2 : 0 // add buffer nr after exp. in command_line_scan()
2607 used_file_arg(argv[0], parmp->literal, parmp->full_path, in command_line_scan()
H A Ddict.c885 eval_dict(char_u **arg, typval_T *rettv, evalarg_T *evalarg, int literal) in eval_dict() argument
928 if (literal) in eval_dict()
H A Dos_win32.c7655 used_file_arg(char *name, int literal, int full_path, int diff_mode) in used_file_arg() argument
7668 used_file_literal = literal; in used_file_arg()
7726 int literal = used_file_literal; in fix_arg_enc() local
7751 if (literal == FALSE) in fix_arg_enc()
7756 literal = TRUE; in fix_arg_enc()
7758 alist_add(&global_alist, str, literal ? 2 : 0); in fix_arg_enc()
/vim-8.2.3635/src/po/
H A Dlv.po170 msgid "--literal\t\tDon't expand wildcards"
171 msgstr "--literal\t\tNeizvērst aizstājējzīmes"
H A Den_GB.po420 msgid "--literal\t\tDon't expand wildcards"
421 msgstr "--literal\t\tDo not expand wildcards"

12345