Home
last modified time | relevance | path

Searched refs:hexhex2nr (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dcharset.pro60 int hexhex2nr(char_u *p);
/vim-8.2.3635/src/
H A Dterm.c5131 rval = hexhex2nr(tp_r); in handle_osc()
5132 gval = hexhex2nr(tp_b); in handle_osc()
5133 bval = hexhex2nr(tp_g); in handle_osc()
6393 name[0] = hexhex2nr(code + 3); in got_code_from_term()
6394 name[1] = hexhex2nr(code + 5); in got_code_from_term()
6409 for (i = 8; (c = hexhex2nr(code + i)) >= 0; i += 2) in got_code_from_term()
H A Dcharset.c2021 hexhex2nr(char_u *p) in hexhex2nr() function
H A Dgui_gtk_x11.c1940 else if (raw[i] == '%' && i + 2 < len && hexhex2nr(raw + i + 1) > 0) in count_and_decode_uri_list()
1942 *p++ = hexhex2nr(raw + i + 1); in count_and_decode_uri_list()
H A Dscreen.c4797 n = hexhex2nr(*p); in get_encoded_char_adv()
H A Dterminal.c4325 dst[j] = hexhex2nr((char_u *)&src[i + 1]); in url_decode()