Searched refs:formal (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c1042 /* initially formal var name and array key name are the same */
1668 * Each formal parameter must:
1671 * and be made undefined (extra formal parameters)
1696 register NODE *formal; local
1704 * pass through formal list, setting up a list
1707 * If the actual list runs out before the formal
1710 while ((formal = getlist(&formlist)) != NNULL) {
1741 temp = emptynode(t, len = wcslen(formal->n_name));
1742 (void) memcpy(temp->n_name, formal->n_name,
1779 formal
1802 register NODE *formal; local
[all...]
H A Dawk1.c354 * All formal parameters, because of a deal (funparm) in
357 * function is parsed, remove these formal dummy nodes
364 NODE *formal; local
366 while ((formal = getlist(&np)) != NNULL)
367 delsymtab(formal, 0);
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h351 char* formal; /* normal formals list */ \
355 #define formals args.formal /* formal argument list */
356 #define formkeys args.key /* formal keyword argument list */
360 char* formals; /* formal argument list */ \
536 #define TOK_FORMAL (1<<1) /* last token was arg formal id */

Completed in 323 milliseconds