Searched refs:GMatchState (Results 1 – 1 of 1) sorted by relevance
665 typedef struct GMatchState { struct670 } GMatchState; typedef674 GMatchState *gm = (GMatchState *)lua_touserdata(L, lua_upvalueindex(3)); in gmatch_aux()693 GMatchState *gm; in gmatch()695 gm = (GMatchState *)lua_newuserdata(L, sizeof(GMatchState)); in gmatch()