Searched defs:origkind (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlgc.c1184 int origkind = g->gckind; local
1185 lua_assert(origkind != KGC_EMERGENCY);
1201 if (origkind == KGC_GEN) { /* generational mode? */
1205 g->gckind = origkind;
/external/syslinux/com32/lua/src/
H A Dlgc.c1191 int origkind = g->gckind; local
1192 lua_assert(origkind != KGC_EMERGENCY);
1208 if (origkind == KGC_GEN) { /* generational mode? */
1212 g->gckind = origkind;

Completed in 57 milliseconds