Home
last modified time | relevance | path

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

/src/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++;
/src/sys/contrib/openzfs/module/lua/
H A Dlstate.c74 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) macro
231 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */ in close_state()
255 LX *l = fromstate(L1); in luaE_freethread()
/src/contrib/lua/src/
H A Dlstate.c51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) macro
284 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */ in close_state()
316 LX *l = fromstate(L1); in luaE_freethread()