Home
last modified time | relevance | path

Searched refs:primitive (Results 1 – 24 of 24) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_xmebw.c361 &eb->primitive.foreground, in set_pixmap()
363 &eb->primitive.top_shadow_color, in set_pixmap()
364 &eb->primitive.highlight_color); in set_pixmap()
542 eb->primitive.shadow_thickness, in draw_shadows()
648 + eb->primitive.shadow_thickness in draw_pixmap()
651 + eb->primitive.shadow_thickness in draw_pixmap()
797 eb->primitive.top_shadow_GC, in Enter()
798 eb->primitive.bottom_shadow_GC, in Enter()
803 eb->primitive.shadow_thickness, in Enter()
1174 if (eb->primitive.highlighted) in SetValues()
[all …]
H A Dgui_xmebwp.h82 XmPrimitivePart primitive; member
H A Dgui_motif.c332 if (lw->primitive.top_shadow_pixmap != None in label_expose()
333 && lw->primitive.top_shadow_pixmap != XmUNSPECIFIED_PIXMAP) in label_expose()
337 values.tile = lw->primitive.top_shadow_pixmap; in label_expose()
348 values.foreground = lw->primitive.top_shadow_color; in label_expose()
364 values.foreground = lw->primitive.bottom_shadow_color; in label_expose()
/vim-8.2.3635/runtime/indent/
H A Dverilog.vim99 " Indent after function/task/config/generate/primitive/table blocks
100 elseif last_line =~ '^\s*\<\(function\|task\|config\|generate\|primitive\|table\)\>'
193 …if last_line !~ '^\s*\<\(function\|task\|specify\|module\|config\|generate\|primitive\|table\)\>' …
H A Djulia.vim57 …cro\|begin\|mutable\s\+struct\|\%(mutable\s\+\)\@<!struct\|\%(abstract\|primitive\)\s\+type\|let\|…
139 …le\|for\|function\|macro\|begin\|\%(mutable\s\+\)\?struct\|\%(abstract\|primitive\)\s\+type\|let\|…
141 if match(line, '\C\<\%(mutable\|abstract\|primitive\)', i) != -1
/vim-8.2.3635/runtime/ftplugin/
H A Dsystemverilog.vim30 \ '\<primitive\>:\<endprimitive\>,' .
H A Dchicken.vim32 setl lispwords+=foreign-primitive
H A Dverilog.vim60 \ '\<primitive\>:\<endprimitive\>,' .
H A Djulia.vim38 …cro\|begin\|mutable\s\+struct\|\%(mutable\s\+\)\@<!struct\|\%(abstract\|primitive\)\s\+type\|let\|…
/vim-8.2.3635/src/testdir/
H A Dtest_flatten.vim65 call assert_equal([1], l:z) " NOTE: primitive types are copied.
/vim-8.2.3635/runtime/syntax/
H A Dchicken.vim85 syn keyword schemeSpecialSyntax foreign-primitive
H A Dverilog.vim31 syn keyword verilogStatement output parameter pmos posedge primitive
H A Dverilogams.vim44 syn keyword verilogamsStatement posedge potential pow primitive pull0 pull1
H A Dzimbu.vim72 syn match zimbuAttribute "@primitive\>"
H A Dxquery.vim33 syn match xqType "xs:\(\|Datatype\|primitive\|string\|boolean\|float\|double\|decimal\|duration\|da…
H A Dhaskell.vim19 " hs_highlight_types - Treat names of primitive types as keywords.
H A Djulia.vim157 …R contained transparent "\%(\<\%(\%(mutable\s\+\)\?struct\|\%(abstract\|primitive\)\s\+type\)\s\+\…
186 syntax region juliaPrimitiveBlock matchgroup=juliaBlKeyword start="\<primitive\s\+type\>" end="\<e…
/vim-8.2.3635/runtime/doc/
H A Dprint.txt599 The interface to Ghostscript is very primitive so a number of graphical front
H A Dstarting.txt630 Note that the implementation is still primitive. It won't
H A Dsyntax.txt1734 To also treat the names of primitive types as keywords: >
H A Dtodo.txt3987 bit primitive, since only one flag is used, which doesn't allow matching
H A Dversion6.txt1381 used for variable names that include the value of an option. Or a primitive
H A Dversion7.txt291 completion are displayed in a (rather primitive) popup menu.
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim2471 " only primitive types found, return the first one