Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c428 int *should_free) in get_exception_string() argument
437 *should_free = TRUE; in get_exception_string()
493 *should_free = FALSE; in get_exception_string()
511 int should_free; in throw_exception() local
538 excp->value = get_exception_string(value, type, cmdname, &should_free); in throw_exception()
539 if (excp->value == NULL && should_free) in throw_exception()
558 if (should_free) in throw_exception()
H A Dif_py_both.h637 int should_free; in VimTryEnd() local
640 msg = get_exception_string(*msg_list, ET_ERROR, NULL, &should_free); in VimTryEnd()
652 if (should_free) in VimTryEnd()
/vim-8.2.3635/src/proto/
H A Dex_eval.pro10 char *get_exception_string(void *value, except_type_T type, char_u *cmdname, int *should_free);