Home
last modified time | relevance | path

Searched refs:actual_type (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9type.c464 type_T *actual_type; in check_typval_type() local
478 actual_type = typval2type(actual_tv, get_copyID(), &type_list, TRUE); in check_typval_type()
479 if (actual_type != NULL) in check_typval_type()
480 res = check_type(expected, actual_type, TRUE, where); in check_typval_type()
H A Dclipboard.c1550 Atom actual_type; in clip_x11_timestamp_cb() local
1564 xproperty->atom, 0, 0, False, timestamp_atom, &actual_type, &format, in clip_x11_timestamp_cb()
1572 if (actual_type != timestamp_atom || format != 32) in clip_x11_timestamp_cb()