Searched defs:type_S (Results 1 – 1 of 1) sorted by relevance
1414 struct type_S { struct1415 vartype_T tt_type;1416 int8_T tt_argcount; // for func, incl. vararg, -1 for unknown1417 int8_T tt_min_argcount; // number of non-optional arguments1418 char_u tt_flags; // TTFLAG_ values1419 type_T *tt_member; // for list, dict, func return type1420 type_T **tt_args; // func argument types, allocated