Home
last modified time | relevance | path

Searched refs:tt_flags (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9type.c64 if (type->tt_flags & TTFLAG_STATIC) in alloc_type()
93 if (type == NULL || (type->tt_flags & TTFLAG_STATIC)) in free_type()
553 && (actual->tt_flags & TTFLAG_BOOL_OK)) in check_type()
614 int varargs = (type->tt_flags & TTFLAG_VARARGS) ? 1 : 0; in check_argument_types()
918 type->tt_flags = flags; in parse_type()
1197 int varargs = (type->tt_flags & TTFLAG_VARARGS) ? 1 : 0; in type_name()
H A Dstructs.h1418 char_u tt_flags; // TTFLAG_ values member
H A Dvim9compile.c1063 && (actual->tt_flags & TTFLAG_BOOL_OK)) in need_type_where()
2121 int varargs = (type->tt_flags & TTFLAG_VARARGS) ? 1 : 0; in generate_PCALL()
10340 ufunc->uf_func_type->tt_flags = TTFLAG_VARARGS; in set_function_type()
H A Deval.c3315 && (actual->tt_flags & TTFLAG_BOOL_OK)) in eval7t()