Searched refs:luaK_infix (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcode.h | 77 LUAI_FUNC void luaK_infix (FuncState *fs, BinOpr op, expdesc *v);
|
H A D | lcode.c | 792 void luaK_infix (FuncState *fs, BinOpr op, expdesc *v) { in luaK_infix() function
|
H A D | lparser.c | 1059 luaK_infix(ls->fs, op, v); in subexpr()
|
/freebsd/contrib/lua/src/ |
H A D | lcode.h | 94 LUAI_FUNC void luaK_infix (FuncState *fs, BinOpr op, expdesc *v);
|
H A D | lcode.c | 1640 void luaK_infix (FuncState *fs, BinOpr op, expdesc *v) { in luaK_infix() function
|
H A D | lparser.c | 1279 luaK_infix(ls->fs, op, v); in subexpr()
|