Home
last modified time | relevance | path

Searched defs:TLOOP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/libsa/string/
H A Dbcopy.c82 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() macro
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h145 #define TLOOP(i) for (i = 1; i <= ntokens; ++i) macro