Home
last modified time | relevance | path

Searched refs:luaS_newliteral (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstring.h19 #define luaS_newliteral(L, s) (luaS_newlstr(L, "" s, \ macro
H A Dlstate.c188 g->memerrmsg = luaS_newliteral(L, MEMERRMSG); in f_luaopen()
H A Dldo.c161 setsvalue2s(L, oldtop, luaS_newliteral(L, "error in error handling")); in seterrorobj()
/freebsd/contrib/lua/src/
H A Dlstring.h28 #define luaS_newliteral(L, s) (luaS_newlstr(L, "" s, \ macro
H A Dllex.c72 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 Dlstring.c131 g->memerrmsg = luaS_newliteral(L, MEMERRMSG); in luaS_init()
H A Dlparser.c660 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 Dldo.c98 setsvalue2s(L, oldtop, luaS_newliteral(L, "error in error handling")); in luaD_seterrorobj()