Lines Matching refs:res
67 char_u *res; in eval_client_expr_to_string() local
89 res = eval_to_string(expr, TRUE); in eval_client_expr_to_string()
104 return res; in eval_client_expr_to_string()
153 char_u *res = data; in serverConvert() local
164 res = string_convert(&vimconv, data, NULL); in serverConvert()
165 if (res == NULL) in serverConvert()
166 res = data; in serverConvert()
168 *tofree = res; in serverConvert()
172 return res; in serverConvert()
282 char_u *res; in cmdsrv_main() local
316 res = NULL; in cmdsrv_main()
486 &res, NULL, 1, 0, FALSE) < 0) in cmdsrv_main()
491 &res, NULL, 1, 0, 1, FALSE) < 0) in cmdsrv_main()
494 if (res != NULL && *res != NUL) in cmdsrv_main()
497 mch_errmsg((char *)res); in cmdsrv_main()
498 VIM_CLEAR(res); in cmdsrv_main()
507 res = serverGetVimNames(); in cmdsrv_main()
510 res = serverGetVimNames(xterm_dpy); in cmdsrv_main()
528 if (res != NULL && *res != NUL) in cmdsrv_main()
530 mch_msg((char *)res); in cmdsrv_main()
531 if (res[STRLEN(res) - 1] != '\n') in cmdsrv_main()
534 vim_free(res); in cmdsrv_main()