Lines Matching refs:jtemp
77 Arc_ptr jtemp;
86 tailonright.addarc( jtemp = jarc->next );
87 headonleft.addarc( jtemp->next );
92 headonleft.addarc( jtemp = jarc->next );
93 left.addarc( jtemp->next );
97 tailonright.addarc( jtemp = jarc->next );
98 headonleft.addarc( jtemp = jtemp->next );
99 left.addarc( jtemp->next );
112 Arc_ptr jtemp;
121 tailonleft.addarc( jtemp = jarc->next );
122 headonright.addarc( jtemp->next );
127 headonright.addarc( jtemp = jarc->next );
128 right.addarc( jtemp->next );
132 tailonleft.addarc( jtemp = jarc->next );
133 headonright.addarc( jtemp = jtemp->next );
134 right.addarc( jtemp->next );