Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dkword_test.c48 int retp; in test_isword_funcs_utf8() local
62 retp = vim_iswordp_buf(p, &buf); in test_isword_funcs_utf8()
63 if (retc != retp) in test_isword_funcs_utf8()
70 retc, retp); in test_isword_funcs_utf8()
H A Dwinclip.c243 char_u *retp; in crnl_to_nl() local
249 retp = ret; in crnl_to_nl()
257 *retp++ = str[pos]; in crnl_to_nl()
H A Dusercmd.c1011 char_u *retp = p; in may_get_cmd_block() local
1021 return retp; in may_get_cmd_block()
1043 retp = *tofree = ga_concat_strings(&ga, "\n"); in may_get_cmd_block()
1047 return retp; in may_get_cmd_block()