Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.c73 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) macro
/freebsd/contrib/lua/src/
H A Dlstate.c51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) macro
/freebsd/contrib/sendmail/src/
H A Dmime.c603 int fromstate; local