Searched refs:UnOpr (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlcode.h40 typedef enum UnOpr { OPR_MINUS, OPR_BNOT, OPR_NOT, OPR_LEN, OPR_NOUNOPR } UnOpr; typedef in typeref:enum:UnOpr
81 LUAI_FUNC void luaK_prefix (FuncState *fs, UnOpr op, expdesc *v, int line);
H A Dlparser.c987 static UnOpr getunopr (int op) {
1051 UnOpr uop;
H A Dlcode.c1066 void luaK_prefix (FuncState *fs, UnOpr op, expdesc *e, int line) {
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcode.h36 typedef enum UnOpr { OPR_MINUS, OPR_NOT, OPR_LEN, OPR_NOUNOPR } UnOpr; typedef in typeref:enum:UnOpr
76 LUAI_FUNC void luaK_prefix (FuncState *fs, UnOpr op, expdesc *v, int line);
H A Dlparser.c986 static UnOpr getunopr (int op) {
1038 UnOpr uop;
H A Dlcode.c766 void luaK_prefix (FuncState *fs, UnOpr op, expdesc *e, int line) {

Completed in 185 milliseconds