Lines Matching defs:positional
1039 // First, the positional subpatterns:
1070 "%s() accepts %d positional sub-pattern%s (%d given)",
5914 int positional = (defcount != -1);
5915 const char *kind = positional ? "positional" : "keyword-only";
5922 if (positional) {
5977 const char *format = " positional argument%s (and %zd keyword-only argument%s)";
5993 "%U() takes %U positional argument%s but %zd%U %s given",
6052 "%U() got some positional-only arguments passed"
6163 /* Copy all positional arguments into local variables */
6177 /* Pack other positional arguments into the *args argument */
6279 /* Check the number of positional arguments */
6286 /* Add missing positional arguments (copy default values from defs) */