Searched refs:GMatchState (Results 1 – 1 of 1) sorted by relevance
827 typedef struct GMatchState { struct832 } GMatchState; argument836 GMatchState *gm = (GMatchState *)lua_touserdata(L, lua_upvalueindex(3)); in gmatch_aux()856 GMatchState *gm; in gmatch()858 gm = (GMatchState *)lua_newuserdatauv(L, sizeof(GMatchState), 0); in gmatch()