Lines Matching refs:formal
1042 /* 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;
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 = getlist(&formlist);
1780 temp->n_next = formal->n_next;
1781 formal->n_next = temp;
1802 register NODE *formal;
1806 while ((formal = getlist(&formlist)) != NNULL) {
1807 temp = formal->n_next;
1808 formal->n_next = temp->n_next;