Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dltable.c89 #define hashboolean(t,p) hashpow2(t, p) macro
178 return hashboolean(t, 0); in mainpositionTV()
180 return hashboolean(t, 1); in mainpositionTV()