Searched refs:completestate (Results 1 – 3 of 3) sorted by relevance
58 #define cantryagain(g) (completestate(g) && !g->gcstopem)
341 #define completestate(g) ttisnil(&g->nilvalue) macro
271 if (!completestate(g)) /* closing a partially built state? */ in close_state()