Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmime.c603 int fromstate; local
629 fromstate = 0;
651 linelen = fromstate = 0;
656 if (c2 == ' ' && linelen == 4 && fromstate == 4 &&
681 linelen = fromstate = 0;
699 fromstate++;
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.c73 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) macro
230 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */ in close_state()
254 LX *l = fromstate(L1); in luaE_freethread()
/freebsd/contrib/lua/src/
H A Dlstate.c51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) macro
282 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */ in close_state()
314 LX *l = fromstate(L1); in luaE_freethread()