Searched refs:primitive (Results 1 – 24 of 24) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_xmebw.c | 361 &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 D | gui_xmebwp.h | 82 XmPrimitivePart primitive; member
|
| H A D | gui_motif.c | 332 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 D | verilog.vim | 99 " 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 D | julia.vim | 57 …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 D | systemverilog.vim | 30 \ '\<primitive\>:\<endprimitive\>,' .
|
| H A D | chicken.vim | 32 setl lispwords+=foreign-primitive
|
| H A D | verilog.vim | 60 \ '\<primitive\>:\<endprimitive\>,' .
|
| H A D | julia.vim | 38 …cro\|begin\|mutable\s\+struct\|\%(mutable\s\+\)\@<!struct\|\%(abstract\|primitive\)\s\+type\|let\|…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_flatten.vim | 65 call assert_equal([1], l:z) " NOTE: primitive types are copied.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | chicken.vim | 85 syn keyword schemeSpecialSyntax foreign-primitive
|
| H A D | verilog.vim | 31 syn keyword verilogStatement output parameter pmos posedge primitive
|
| H A D | verilogams.vim | 44 syn keyword verilogamsStatement posedge potential pow primitive pull0 pull1
|
| H A D | zimbu.vim | 72 syn match zimbuAttribute "@primitive\>"
|
| H A D | xquery.vim | 33 syn match xqType "xs:\(\|Datatype\|primitive\|string\|boolean\|float\|double\|decimal\|duration\|da…
|
| H A D | haskell.vim | 19 " hs_highlight_types - Treat names of primitive types as keywords.
|
| H A D | julia.vim | 157 …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 D | print.txt | 599 The interface to Ghostscript is very primitive so a number of graphical front
|
| H A D | starting.txt | 630 Note that the implementation is still primitive. It won't
|
| H A D | syntax.txt | 1734 To also treat the names of primitive types as keywords: >
|
| H A D | todo.txt | 3987 bit primitive, since only one flag is used, which doesn't allow matching
|
| H A D | version6.txt | 1381 used for variable names that include the value of an option. Or a primitive
|
| H A D | version7.txt | 291 completion are displayed in a (rather primitive) popup menu.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 2471 " only primitive types found, return the first one
|