Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dos_mswin.pro47 char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait, int timeout);
/vim-8.2.3635/src/
H A Dos_mswin.c2490 serverGetReply(HWND server, int *expr_res, int remove, int wait, int timeout) in serverGetReply() argument
2511 && ((rep->expr_result != 0) == (expr_res != NULL))) in serverGetReply()
2515 if (expr_res != NULL) in serverGetReply()
2516 *expr_res = rep->expr_result == 1 ? 0 : -1; in serverGetReply()
H A Dvim9compile.c3297 int expr_res; in compile_string() local
3310 expr_res = compile_expr0(&s, cctx); in compile_string()
3314 if (expr_res == FAIL || trailing_error in compile_string()
9310 int expr_res; in compile_substitute() local
9324 expr_res = compile_expr0(&cmd, cctx); in compile_substitute()
9330 if (expr_res == FAIL || trailing_error in compile_substitute()