Home
last modified time | relevance | path

Searched refs:control (Results 1 – 25 of 112) sorted by relevance

12345

/vim-8.2.3635/src/libvterm/t/
H A D02parser.test11 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 D29state_fallback.test5 !Unrecognised control
7 control 03
H A D90vttest_01-movement-3.test1 # Test of cursor-control characters inside ESC sequences
H A Dharness.c120 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 Dparser.c13 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 Dstate.c464 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 Dvterm.h373 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 Dcuplsim.vim37 " simulator format control
40 " simulator control
H A Dvsejcl.vim2 " Language: JCL job control language - DOS/VSE
H A Ddebcontrol.vim2 " Language: Debian control files
92 " Handle all fields from deb-src-control(5)
H A Dinittab.vim2 " Language: SysV-compatible init process control file `inittab'
H A Dgp.vim15 " control statements
H A Dupstart.vim75 syn keyword upstartEvent control-alt-delete
H A Dmsidl.vim37 syn keyword msidlAttribute contained aggregatable appobject binadable coclass control custom d…
H A Dcweb.vim49 " The contents of "control texts" is not treated as TeX material, because in
H A Dwast.vim21 " https://webassembly.github.io/spec/core/text/instructions.html#control-instructions
H A Dpf.vim84 syn keyword pfService bfd-control
306 syn keyword pfService ub-dns-control
H A Dprogress.vim58 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 Dj.vim36 " Increase indentation after an initial control word that starts or
44 " Decrease indentation in lines that start with either control words that
H A Dsas.vim29 " 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 Dhostsaccess.vim2 " Language: hosts_access(5) control file
H A Ddebcontrol.vim2 " Language: Debian control files
/vim-8.2.3635/runtime/tools/
H A Dvim_vs_net.cmd21 @rem control which one has VS files in it.
/vim-8.2.3635/runtime/doc/
H A Ddebugger.txt42 enough control to display the current debug environment and state.
120 The following compile time preprocessor variables control the features:
H A Dprint.txt168 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.

12345