Searched refs:expr_res (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | os_mswin.pro | 47 char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait, int timeout);
|
| /vim-8.2.3635/src/ |
| H A D | os_mswin.c | 2490 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 D | vim9compile.c | 3297 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()
|