| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 02parser.test | 11 control 3 14 control 0x1f 18 control 0x83 21 control 0x9f 25 control 0x83 28 control 0x9f 37 control 10 63 control 10 130 control 10 172 control 10 [all …]
|
| H A D | 29state_fallback.test | 5 !Unrecognised control 7 control 03
|
| H A D | 90vttest_01-movement-3.test | 1 # Test of cursor-control characters inside ESC sequences
|
| H A D | harness.c | 120 static int parser_control(unsigned char control, void *user UNUSED) in parser_control() argument 122 printf("control %02x\n", control); in parser_control()
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | parser.c | 13 static void do_control(VTerm *vt, unsigned char control) in do_control() argument 15 if(vt->parser.callbacks && vt->parser.callbacks->control) in do_control() 16 if((*vt->parser.callbacks->control)(control, vt->parser.cbdata)) in do_control() 19 DEBUG_LOG1("libvterm: Unhandled control 0x%02x\n", control); in do_control()
|
| H A D | state.c | 464 static int on_control(unsigned char control, void *user) in on_control() argument 476 switch(control) { in on_control() 553 if(state->fallbacks && state->fallbacks->control) in on_control() 554 if((*state->fallbacks->control)(control, state->fbdata)) in on_control() 566 control, state->pos.row, state->pos.col); in on_control()
|
| /vim-8.2.3635/src/libvterm/include/ |
| H A D | vterm.h | 373 int (*control)(unsigned char control, void *user); member 418 int (*control)(unsigned char control, void *user); member
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cuplsim.vim | 37 " simulator format control 40 " simulator control
|
| H A D | vsejcl.vim | 2 " Language: JCL job control language - DOS/VSE
|
| H A D | debcontrol.vim | 2 " Language: Debian control files 92 " Handle all fields from deb-src-control(5)
|
| H A D | inittab.vim | 2 " Language: SysV-compatible init process control file `inittab'
|
| H A D | gp.vim | 15 " control statements
|
| H A D | upstart.vim | 75 syn keyword upstartEvent control-alt-delete
|
| H A D | msidl.vim | 37 syn keyword msidlAttribute contained aggregatable appobject binadable coclass control custom d…
|
| H A D | cweb.vim | 49 " The contents of "control texts" is not treated as TeX material, because in
|
| H A D | wast.vim | 21 " https://webassembly.github.io/spec/core/text/instructions.html#control-instructions
|
| H A D | pf.vim | 84 syn keyword pfService bfd-control 306 syn keyword pfService ub-dns-control
|
| H A D | progress.vim | 58 syn keyword ProgressReserved assign asynchronous at attr[-space] audit-control audit-policy authori… 61 syn keyword ProgressReserved col[umns] com-self compiler connected control copy-lob count-of cpstre… 155 syn keyword ProgressOperator context-help-id context-pop[up] control-box control-fram[e] convert co… 228 …rator prev-col[umn] prev-sibling prev-tab-i[tem] primary printer printer-control-handle printer-hd…
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | j.vim | 36 " Increase indentation after an initial control word that starts or 44 " Decrease indentation in lines that start with either control words that
|
| H A D | sas.vim | 29 " Regex that captures the start of a control block (anything inside a section) 31 " Regex that captures the end of a control block (anything inside a section)
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | hostsaccess.vim | 2 " Language: hosts_access(5) control file
|
| H A D | debcontrol.vim | 2 " Language: Debian control files
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | vim_vs_net.cmd | 21 @rem control which one has VS files in it.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | debugger.txt | 42 enough control to display the current debug environment and state. 120 The following compile time preprocessor variables control the features:
|
| H A D | print.txt | 168 Be aware that some print programs return control before they have read the 298 from traditional ASCII characters. There are two additional fields to control 316 This is a comma-separated list of items that control the format of the output 720 By default Vim does not do any special processing of formfeed control 724 rudimentary print control but there are certain things to be aware of.
|