Home
last modified time | relevance | path

Searched refs:uint8_t (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/libvterm/src/
H A Dpen.c10 uint8_t red, green, blue;
50 col->index = (uint8_t)idx; in lookup_default_colour_ansi()
99 …vterm_color_rgb(col, (uint8_t)CSI_ARG(args[0]), (uint8_t)CSI_ARG(args[1]), (uint8_t)CSI_ARG(args[2… in lookup_colour()
211 void vterm_color_rgb(VTermColor *col, uint8_t red, uint8_t green, uint8_t blue) in vterm_color_rgb()
219 void vterm_color_indexed(VTermColor *col, uint8_t idx) in vterm_color_indexed()
487 const uint8_t idx = col->index; in vterm_state_getpen_color()
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h19 typedef unsigned char uint8_t; typedef
175 uint8_t type;
177 uint8_t red, green, blue;
179 uint8_t index;
185 void vterm_color_rgb(VTermColor *col, uint8_t red, uint8_t green, uint8_t blue);
191 void vterm_color_indexed(VTermColor *col, uint8_t idx);
/vim-8.2.3635/src/
H A Dtoolbar.phi14 static uint8_t tb_close_data[] = {
55 static uint8_t tb_copy_data[] = {
96 static uint8_t tb_ctags_data[] = {
137 static uint8_t tb_cut_data[] = {
178 static uint8_t tb_find_data[] = {
342 static uint8_t tb_help_data[] = {
383 static uint8_t tb_jump_data[] = {
465 static uint8_t tb_macro_data[] = {
506 static uint8_t tb_make_data[] = {
711 static uint8_t tb_new_data[] = {
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dmsmessages.vim90 syn keyword msmessagesType uint8_t uint16_t uint32_t uint64_t
H A Ddtrace.vim124 syn keyword dtraceType uint8_t uint16_t uint32_t uint64_t uintptr_t
H A Dc.vim262 syn keyword cType uint8_t uint16_t uint32_t uint64_t
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt21867 Problem: Older compilers don't know uint8_t.
25468 Problem: Using uint8_t does not work everywhere.