Home
last modified time | relevance | path

Searched defs:hvalue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dheaders.c748 hvalue(field, header) in hvalue() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h162 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h) macro
/freebsd/contrib/lua/src/
H A Dlobject.h684 #define hvalue(o) check_exp(ttistable(o), gco2t(val_(o).gc)) macro