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

/freebsd-13-stable/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 */
255 LX *l = fromstate(L1);
/freebsd-13-stable/contrib/lua/src/
H A Dlstate.c51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) macro
281 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */
318 LX *l = fromstate(L1);
/freebsd-13-stable/contrib/sendmail/src/
H A Dmime.c602 int fromstate; local
628 fromstate = 0;
650 linelen = fromstate = 0;
655 if (c2 == ' ' && linelen == 4 && fromstate == 4 &&
680 linelen = fromstate = 0;
698 fromstate++;

Completed in 69 milliseconds