Home
last modified time | relevance | path

Searched refs:rval (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dif_mzsch.c1716 Scheme_Object *rval = NULL; in get_option() local
1723 MZ_GC_VAR_IN_REG(0, rval); in get_option()
1769 rval = scheme_make_byte_string(strval); in get_option()
1773 return rval; in get_option()
H A Dterm.c5129 int rval, gval, bval; in handle_osc() local
5131 rval = hexhex2nr(tp_r); in handle_osc()
5143 bg_r = rval; in handle_osc()
5162 fg_r = rval; in handle_osc()
H A Dgui_w32.c2451 long rval; in show_tabline_popup_menu() local
2475 rval = TrackPopupMenuEx(tab_pmenu, TPM_RETURNCMD, pt.x, pt.y, s_tabhwnd, in show_tabline_popup_menu()
2481 if (rval > 0) in show_tabline_popup_menu()
2497 send_tabline_menu_event(idx, (int)rval); in show_tabline_popup_menu()