Home
last modified time | relevance | path

Searched defs:g (Results 1 – 17 of 17) sorted by relevance

/vim-8.2.3635/src/xdiff/
H A Dxdiffi.c718 static void group_init(xdfile_t *xdf, struct xdlgroup *g) in group_init()
729 static inline int group_next(xdfile_t *xdf, struct xdlgroup *g) in group_next()
745 static inline int group_previous(xdfile_t *xdf, struct xdlgroup *g) in group_previous()
762 static int group_slide_down(xdfile_t *xdf, struct xdlgroup *g, long flags) in group_slide_down()
783 static int group_slide_up(xdfile_t *xdf, struct xdlgroup *g, long flags) in group_slide_up()
811 struct xdlgroup g, go; in xdl_change_compact() local
/vim-8.2.3635/runtime/macros/hanoi/
H A Dhanoi.vim9 X/^0
/vim-8.2.3635/runtime/macros/life/
H A Dlife.vim77 map g IR map
/vim-8.2.3635/runtime/pack/dist/opt/dvorak/dvorak/
H A Denable.vim14 inoremap g i map
/vim-8.2.3635/runtime/macros/
H A Dless.vim173 noremap <script> g gg<SID>L map
/vim-8.2.3635/src/
H A Dsha256.c100 #define P(a,b,c,d,e,f,g,h,x,K) \ in sha256_process() argument
H A Dmatch.c1358 char_u *g = NULL; in ex_match() local
H A Dgui_xmebw.c68 # define XmeDrawHighlight(a, b, c, d, e, f, g, h) \ argument
H A Dterm.c5872 term_get_fg_color(char_u *r, char_u *g, char_u *b) in term_get_fg_color()
5886 term_get_bg_color(char_u *r, char_u *g, char_u *b) in term_get_bg_color()
6691 cterm_color2rgb(int nr, char_u *r, char_u *g, char_u *b, char_u *ansi_idx) in cterm_color2rgb()
H A Dgui_haiku.cc553 #define RGB(r, g, b) ((char_u)(r) << 16 | (char_u)(g) << 8 | (char_u)(b) << 0) argument
554 #define GUI_TO_RGB(g) { (char_u)((g) >> 16), (char_u)((g) >> 8), (char_u)((g) >> 0), 255 } argument
1932 VimScrollBar::VimScrollBar(scrollbar_T *g, orientation posture): in VimScrollBar()
4112 gui_mch_get_rgb_color(int r, int g, int b) in gui_mch_get_rgb_color()
H A Dgui_photon.c37 #define RGB(r, g, b) PgRGB(r, g, b) argument
2006 gui_mch_get_rgb_color(int r, int g, int b) in gui_mch_get_rgb_color()
H A Dhardcopy.c1589 int r, g, b; in prt_flush_buffer() local
3315 int r, g, b; in mch_print_text_out() local
H A Dhighlight.c2245 # define RGB(r, g, b) ((r<<16) | (g<<8) | (b)) argument
2424 gui_get_rgb_color_cmn(int r, int g, int b) in gui_get_rgb_color_cmn()
H A Dgui_x11.c2224 gui_mch_get_rgb_color(int r, int g, int b) in gui_mch_get_rgb_color()
H A Dgui_gtk_x11.c5130 gui_mch_get_rgb_color(int r, int g, int b) in gui_mch_get_rgb_color()
H A Dos_win32.c8143 char_u r, g, b, idx; in ctermtoxterm() local
H A Dgui_w32.c1638 gui_mch_get_rgb_color(int r, int g, int b) in gui_mch_get_rgb_color()