Home
last modified time | relevance | path

Searched defs:FuncState (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.h96 typedef struct FuncState { struct
99 struct FuncState *prev; /* enclosing function */ argument
112 } FuncState; argument
/freebsd/contrib/lua/src/
H A Dlparser.h144 typedef struct FuncState { struct
146 struct FuncState *prev; /* enclosing function */ argument
163 } FuncState; argument