Lines Matching refs:formal
1696 register NODE *formal; in userfunc() local
1710 while ((formal = getlist(&formlist)) != NNULL) { in userfunc()
1741 temp = emptynode(t, len = wcslen(formal->n_name)); in userfunc()
1742 (void) memcpy(temp->n_name, formal->n_name, in userfunc()
1779 formal = getlist(&formlist); in userfunc()
1780 temp->n_next = formal->n_next; in userfunc()
1781 formal->n_next = temp; in userfunc()
1802 register NODE *formal; in userfunc() local
1806 while ((formal = getlist(&formlist)) != NNULL) { in userfunc()
1807 temp = formal->n_next; in userfunc()
1808 formal->n_next = temp->n_next; in userfunc()