Searched refs:TLOOP (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/lib/libc/string/
H A Dbcopy.c82 #define TLOOP(s) if (t) TLOOP1(s) macro
106 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
108 TLOOP(*dst++ = *src++);
127 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src);
129 TLOOP(*--dst = *--src);
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c82 TLOOP(k) { function
362 TLOOP(j) { function
371 TLOOP(p) { function
389 TLOOP(p) { function
398 TLOOP(p0) { function
453 TLOOP(j0) if ((j1 = temp1[j0]) != 0) { function
H A Ddextern.h147 #define TLOOP(i) for (i = 1; i <= ntokens; ++i) macro
H A Dy1.c268 TLOOP(i)
598 TLOOP(j) { function
H A Dy2.c1295 TLOOP(i) { function

Completed in 118 milliseconds