Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 120) sorted by relevance

12345

/vim-8.2.3635/src/libvterm/t/
H A Drun-test.pl110 my ( $cmd, $initial, $data, $final ) = ( $1, $2, $3, $4 );
111 $initial //= "";
112 $initial .= ";" if $initial =~ m/\d+/;
114 …$line = "$cmd $initial" . join( "", map sprintf("%02x", $_), unpack "C*", length $data ? eval($dat…
H A Dharness.c181 if(frag.initial) { in parser_osc()
202 if(frag.initial) { in parser_dcs()
293 … val->string.initial ? "[" : "", val->string.len, val->string.str, val->string.final ? "]" : ""); in settermprop()
/vim-8.2.3635/runtime/indent/
H A Dverilog.vim87 " Indent after if/else/for/case/always/initial/specify/fork blocks
92 \ last_line =~ '^\s*\<\(always\|initial\)\>' ||
134 \ last_line2 =~ '\<\(`\@<!if\|`\@<!else\|for\|always\|initial\)\>.*' .
137 \ '\(//\|/\*\).*\<\(`\@<!if\|`\@<!else\|for\|always\|initial\)\>' &&
196 \ '\<\(`\@<!if\|`\@<!else\|for\|case\%[[zx]]\|always\|initial\)\>' ||
H A Dsystemverilog.vim75 " Indent after if/else/for/case/always/initial/specify/fork blocks
79 \ last_line =~ '^\s*\<\(initial\|specify\|fork\|final\)\>'
132 …\ last_line2 =~ '\<\(`\@<!if\|`\@<!else\|for\|always\|initial\|do\|foreach\|forever\|final\)\>.*' .
134 …\ last_line2 !~ '\(//\|/\*\).*\<\(`\@<!if\|`\@<!else\|for\|always\|initial\|do\|foreach\|forever\|…
197 …\ '\<\(`\@<!if\|`\@<!else\|for\|case\%[[zx]]\|always\|initial\|do\|foreach\|forever\|randcase\|fin…
H A Dj.vim36 " Increase indentation after an initial control word that starts or
H A Doccam.vim16 " Indent after new line and after initial colon
/vim-8.2.3635/src/
H A Darabic.c104 unsigned initial; member
258 return a1 && a2 && (a1->initial || a1->medial) && (a2->final || a2->medial); in can_join()
374 curr_c = curr_a->initial; in arabic_shape()
H A Dlist.c3179 typval_T initial; in f_reduce() local
3226 initial = l->lv_first->li_tv; in f_reduce()
3231 initial = argvars[2]; in f_reduce()
3235 copy_tv(&initial, rettv); in f_reduce()
3267 initial.v_type = VAR_NUMBER; in f_reduce()
3268 initial.vval.v_number = blob_get(b, 0); in f_reduce()
3278 initial = argvars[2]; in f_reduce()
3282 copy_tv(&initial, rettv); in f_reduce()
/vim-8.2.3635/runtime/spell/ga/
H A Dga_IE.diff90 + SAL DEARF T*R* # epenthetic vowel,initial only (nd- done b4)
91 + SAL DHEIRF- Y*R* # epenthetic vowel, initial only
93 + SAL DHOIL(BF)- K*L* # epenthetic,see LBH--,initial only,dhoil(fe|bh)*
122 + SAL FOIRF- V*R* # epenthetic vowel, initial (bh)?foirf* only
193 + SAL J T # initial j, diosc-jaca� only; bit like slender d
207 + SAL MARF- M*R* # epenthetic vowel, initial only
208 + SAL MHODH V* # ODH exception, usually initial
/vim-8.2.3635/runtime/spell/gd/
H A Dgd_GB.diff86 + SAL DEARF T*R* # epenthetic vowel,initial only (nd- done b4)
87 + SAL DHEIRF- Y*R* # epenthetic vowel, initial only
89 + SAL DHOIL(BF)- K*L* # epenthetic,see LBH--,initial only,dhoil(fe|bh)*
118 + SAL FOIRF- V*R* # epenthetic vowel, initial (bh)?foirf* only
189 + SAL J T # initial j, diosc-jaca� only; bit like slender d
203 + SAL MARF- M*R* # epenthetic vowel, initial only
204 + SAL MHODH V* # ODH exception, usually initial
/vim-8.2.3635/runtime/syntax/
H A Dlex.vim40 " // indented initial code block
43 " // initial code block
51 " // indented initial action code block
78 " Definitions Section with initial code blocks, abbreviations, options, states
H A Dapachestyle.vim11 " initial release
H A Desqlc.vim27 syntax keyword esqlcKeyword initial into is level maxextents mode modify
H A Dsqlj.vim29 syn keyword sqljKeyword initial into is level maxextents mode modify
H A Ddot.vim7 " 2001 May 04 - initial version
H A Dverilog.vim26 syn keyword verilogStatement incdir include initial inout input
H A Dlhaskell.vim10 " Thanks to Ian Lynagh for thoughtful comments on initial versions and
H A Dlss.vim16 " are comments, of course, and the initial keyword identifying the affected
/vim-8.2.3635/src/testdir/
H A Dtest_man.vim92 " Check that we do not alter the settings in the initial window.
108 " initial window
H A Dtest_memory_usage.vim102 " Estimate the limit of max usage as 2x initial usage.
/vim-8.2.3635/runtime/keymap/
H A Dcanfr-win.vim16 " Added the upper case accented characters, forgotten in the initial version.
H A Dthaana-phonetic_utf-8.vim6 " changelog: 18th Feb 2006 - came up the initial idea of writing the keymap..
/vim-8.2.3635/runtime/ftplugin/
H A Dlprolog.vim7 " 2001 Sep 02 - initial release (MM)
/vim-8.2.3635/runtime/doc/
H A Dpi_logipat.txt118 v1 May 23, 2005 * initial release
/vim-8.2.3635/src/po/
H A DREADME_mvc.txt55 initial .po file for your language you must use the command:

12345