Searched refs:rval (Results 1 – 3 of 3) sorted by relevance
1716 Scheme_Object *rval = NULL; in get_option() local1723 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()
5129 int rval, gval, bval; in handle_osc() local5131 rval = hexhex2nr(tp_r); in handle_osc()5143 bg_r = rval; in handle_osc()5162 fg_r = rval; in handle_osc()
2451 long rval; in show_tabline_popup_menu() local2475 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()