Searched refs:luaS_newliteral (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstring.h | 19 #define luaS_newliteral(L, s) (luaS_newlstr(L, "" s, \ macro
|
H A D | lstate.c | 188 g->memerrmsg = luaS_newliteral(L, MEMERRMSG); in f_luaopen()
|
H A D | ldo.c | 161 setsvalue2s(L, oldtop, luaS_newliteral(L, "error in error handling")); in seterrorobj()
|
/freebsd/contrib/lua/src/ |
H A D | lstring.h | 28 #define luaS_newliteral(L, s) (luaS_newlstr(L, "" s, \ macro
|
H A D | llex.c | 72 TString *e = luaS_newliteral(L, LUA_ENV); /* create env name */ in luaX_init() 178 ls->envn = luaS_newliteral(L, LUA_ENV); /* get env name */ in luaX_setinput()
|
H A D | lstring.c | 131 g->memerrmsg = luaS_newliteral(L, MEMERRMSG); in luaS_init()
|
H A D | lparser.c | 660 if (eqstr(gt->name, luaS_newliteral(ls->L, "break"))) { in undefgoto() 680 hasclose = createlabel(ls, luaS_newliteral(ls->L, "break"), 0, 0); in leaveblock() 1441 newgotoentry(ls, luaS_newliteral(ls->L, "break"), line, luaK_jump(ls->fs)); in breakstat() 1652 newgotoentry(ls, luaS_newliteral(ls->L, "break"), line, v.t); in test_then_block()
|
H A D | ldo.c | 98 setsvalue2s(L, oldtop, luaS_newliteral(L, "error in error handling")); in luaD_seterrorobj()
|