Home
last modified time | relevance | path

Searched refs:units (Results 1 – 25 of 27) sorted by relevance

12

/vim-8.2.3635/runtime/indent/
H A Dvhdl.vim19 setlocal indentkeys+==~case,=~loop,=~for,=~generate,=~record,=~units,=~process,=~block,=~function,=…
136 " keywords: "end" + "record", "units"
146 if prevs =~? '^\s*end\s\+\%(record\|units\)\>'
233 " keywords: "record", "units"
235 if curs =~? s:NC.s:NE.'\<\%(record\|units\)\>'
239 if curs !~? s3.'.*'.s:NC.'\<\%(record\|units\)\>.*'.s:ES && prevs =~? s3
282 " removed: "begin", "case", "elsif", "if", "loop", "record", "units", "while"
305 " keyword: "begin", "loop", "record", "units"
312 …if prevs =~? s:NC.'\%(\<begin\>\|'.s:NE.'\<\%(loop\|record\|units\)\>\)' || prevs =~? '^\s*\%(comp…
332 …" + "block", "for", "function", "generate", "if", "loop", "procedure", "process", "record", "units"
[all …]
H A Dfortran.vim125 "Indent program units unless instructed otherwise
/vim-8.2.3635/runtime/ftplugin/
H A Dvhdl.vim45 \ s:notend.'\<units\>:\<end\s\+units\>,'.
76 …iguration", "component", "entity", "function", "package", "procedure", "process", "record", "units"
77 …e\|block\|configuration\|component\|entity\|function\|package\|procedure\|process\|record\|units\)'
/vim-8.2.3635/runtime/syntax/
H A Dfpcmake.vim23 syn match fpcmakeRule "^\s*\(units\|files\)\>"
33 syn match fpcmakeRule "^\s*\(units\)\>"
43 syn match fpcmakeRule "^\s*\(rsts\|units\)\>"
H A Dsnnsres.vim18 syn match snnsresNoHeader "No\. of input units\s*:\s*" contained
19 syn match snnsresNoHeader "No\. of output units\s*:\s*" contained
H A Dsnnspat.vim29 syn match snnspatNoHeader "No\. of input units\s*:\s*" contained
30 syn match snnspatNoHeader "No\. of output units\s*:\s*" contained
H A Dspice.vim23 " Numbers, all with engineering suffixes and optional units
H A Dsnnsnet.vim33 syn match snnsnetType "no\. of units\s*:.*" contains=snnsnetNumbers
H A Dtssgm.vim29 syn keyword tssgmParam units mirror param active sides submodel include
H A Drego.vim31 syn match regoFuncUnits "\<units\.parse_bytes\>"
H A Dtsscl.vim36 syn keyword tssclKeyword units length positions energy time unit solar
H A Dgnuplot.vim35 " measurements in the units in, cm and pt are special
327 syn keyword gnuplotKeyword circle polygon at center size units xy xx yy to
378 syn keyword gnuplotKeyword textbox units unsorted userstyles wedge
H A Dverilogams.vim61 syn keyword verilogamsStatement domain idt_nature units
H A Ddtrace.vim55 " Note that dtrace treats units (Hz etc) as case-insenstive, we allow only
H A Dnroff.vim106 " {{{1 Numbers and units
H A Dvhdl.vim43 syn keyword vhdlStatement unaffected units until use
H A Dmma.vim74 " SelectionMove directions/units:
H A Dada.vim235 " to reference other compilation units; otherwise they're ordinary keywords.
H A Dsas.vim143 …rend twosamplefreq twosamplemeans towsamplesurvival twosamplewilcoxon uds units univar var varianc…
H A Dlisp.vim159 syn keyword lispFunc boole-2 internal-time-units-per-second round
H A D2html.vim1778 " ch units for browsers which support them, em units for a somewhat
/vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/
H A Djustify.vim50 " Additionally units of 'shiftwidth'/'sw' and 'tabstop'/'ts' may be
53 " 'shiftwidth' and 'tabstop' settings. If these units are used, the
184 " Set the indentation style (accept sw and ts units)
/vim-8.2.3635/runtime/doc/
H A Dindent.txt751 Program units ~
752 The indenting of program units (subroutines, functions, modules, and program
755 units for all fortran files set the global fortran_indent_less variable in
H A Dft_ada.txt322 reference other compilation units they're normally highlighted
/vim-8.2.3635/src/
H A Dhardcopy.c434 static char *(units[4]) = PRT_UNIT_NAMES; in prt_get_unit() local
438 if (STRNICMP(printer_opts[idx].string, units[i], 2) == 0) in prt_get_unit()

12