Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlgc.c895 else if (getage(o) == G_OLD1) in udata2finalize()
1119 G_OLD1, /* from G_SURVIVAL */ in sweepgen()
1120 G_OLD1, /* from G_OLD0 */ in sweepgen()
1141 if (getage(curr) == G_OLD1 && *pfirstold1 == NULL) in sweepgen()
1224 if (getage(p) == G_OLD1) { in markold()
1226 changeage(p, G_OLD1, G_OLD); /* now they are old */ in markold()
H A Dlgc.h109 #define G_OLD1 3 /* first full cycle as old */ macro
H A Dltests.c305 if (((getage(f) == G_OLD1 || getage(f) == G_TOUCHED2) && isblack(f)) && in testobjref1()
612 checkobject(g, o, 0, G_OLD1); in checklist()