Home
last modified time | relevance | path

Searched refs:withvariant (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlobject.h79 #define withvariant(t) ((t) & 0x3F) macro
80 #define ttypetag(o) withvariant(rawtt(o))
Dltable.c137 switch (withvariant(ktt)) { in mainposition()