Home
last modified time | relevance | path

Searched refs:sl2 (Results 1 – 5 of 5) sorted by relevance

/original-bsd/usr.bin/f77/pass1.vax/
H A Doptloop.c155 Slotp sl1,sl2; in optloops() local
186 for (sl2 = sl1; sl2; sl2 = sl2->next) in optloops()
188 if (sl2->type == SKDOHEAD) match++; in optloops()
189 else if (sl2->type == SKENDDO) match--; in optloops()
192 if (sl2) in optloops()
193 last = sl2; in optloops()
196 if (sl2->type != SKENDDO) in optloops()
H A Dregalloc.c2156 Slotp sl1,sl2; in regalloc() local
2192 for (sl2 = sl1; sl2; sl2 = sl2->prev) in regalloc()
2194 if (sl2->type == SKDOHEAD) match++; in regalloc()
2195 else if (sl2->type == SKENDDO) match--; in regalloc()
2198 if (sl2) in regalloc()
2199 dohead = sl2; in regalloc()
2202 if (sl2->type != SKDOHEAD) in regalloc()
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Doptloop.c155 Slotp sl1,sl2; in optloops() local
186 for (sl2 = sl1; sl2; sl2 = sl2->next) in optloops()
188 if (sl2->type == SKDOHEAD) match++; in optloops()
189 else if (sl2->type == SKENDDO) match--; in optloops()
192 if (sl2) in optloops()
193 last = sl2; in optloops()
196 if (sl2->type != SKENDDO) in optloops()
H A Dregalloc.c2100 Slotp sl1,sl2; in regalloc() local
2136 for (sl2 = sl1; sl2; sl2 = sl2->prev) in regalloc()
2138 if (sl2->type == SKDOHEAD) match++; in regalloc()
2139 else if (sl2->type == SKENDDO) match--; in regalloc()
2142 if (sl2) in regalloc()
2143 dohead = sl2; in regalloc()
2146 if (sl2->type != SKDOHEAD) in regalloc()
/original-bsd/local/ditroff/ditroff.okeeffe/devnver/Tools/
H A Dprects.c53 Byte *sl0 = &a[3], *sl1 = &b[3], *sl2 = &c[3], *sl3 = &d[3]; variable
518 if( sl2[y+3] ) /* PROM 16 */
520 if( sl2[y+1] ) /* PROM 32 */
522 if( sl2[y-1] ) /* PROM 64 */
524 if( sl2[y-3] ) /* PROM 128 */
554 sl3 = sl2; in swapscanp()
555 sl2 = sl1; in swapscanp()
571 sl2 = &c[3]; in cleanup()