Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
Dlparser.h96 typedef struct FuncState { struct
99 struct FuncState *prev; /* enclosing function */ argument
112 } FuncState; argument
/freebsd-12-stable/contrib/lua/src/
Dlparser.h111 typedef struct FuncState { struct
113 struct FuncState *prev; /* enclosing function */ argument
126 } FuncState; argument