Home
last modified time | relevance | path

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

/external/lua/src/
Dlstrlib.c665 typedef struct GMatchState { struct
670 } GMatchState; argument
674 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()