Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9type.c823 int first_optional = -1; in parse_type() local
840 if (first_optional == -1) in parse_type()
841 first_optional = argcount; in parse_type()
849 else if (first_optional != -1) in parse_type()
913 if (flags == 0 && first_optional == -1 && argcount <= 0) in parse_type()
922 type->tt_min_argcount = first_optional == -1 in parse_type()
923 ? argcount : first_optional; in parse_type()