Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c838 typedef struct GMatchState { struct
843 } GMatchState; argument
847 GMatchState *gm = (GMatchState *)lua_touserdata(L, lua_upvalueindex(3)); in gmatch_aux()
867 GMatchState *gm; in gmatch()
869 gm = (GMatchState *)lua_newuserdatauv(L, sizeof(GMatchState), 0); in gmatch()