Lines Matching refs:argument
106 argument *memory; \
111 memory_size = xtimes (a_allocated, sizeof (argument)); \
115 memory = (argument *) (a->arg != a->direct_alloc_arg \
122 memcpy (memory, a->arg, a->count * sizeof (argument)); \
130 /* Ambiguous type for positional argument. */ \
153 /* Test for positional argument. */
167 /* Positional argument 0. */
230 /* Test for positional argument. */
244 /* Positional argument 0. */
287 /* Test for positional argument. */
301 /* Positional argument 0. */
337 /* Parse argument type/size specifiers. */