Searched refs:hexhex2nr (Results 1 – 6 of 6) sorted by relevance
60 int hexhex2nr(char_u *p);
5131 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()
2021 hexhex2nr(char_u *p) in hexhex2nr() function
1940 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()
4797 n = hexhex2nr(*p); in get_encoded_char_adv()
4325 dst[j] = hexhex2nr((char_u *)&src[i + 1]); in url_decode()