Searched refs:should_free (Results 1 – 3 of 3) sorted by relevance
428 int *should_free) in get_exception_string() argument437 *should_free = TRUE; in get_exception_string()493 *should_free = FALSE; in get_exception_string()511 int should_free; in throw_exception() local538 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()
637 int should_free; in VimTryEnd() local640 msg = get_exception_string(*msg_list, ET_ERROR, NULL, &should_free); in VimTryEnd()652 if (should_free) in VimTryEnd()
10 char *get_exception_string(void *value, except_type_T type, char_u *cmdname, int *should_free);