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

/freebsd-current/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 */
178 ls->envn = luaS_newliteral(L, LUA_ENV); /* get env name */
H A Dlstring.c131 g->memerrmsg = luaS_newliteral(L, MEMERRMSG);
H A Dlparser.c660 if (eqstr(gt->name, luaS_newliteral(ls->L, "break"))) {
680 hasclose = createlabel(ls, luaS_newliteral(ls->L, "break"), 0, 0);
1441 newgotoentry(ls, luaS_newliteral(ls->L, "break"), line, luaK_jump(ls->fs));
1652 newgotoentry(ls, luaS_newliteral(ls->L, "break"), line, v.t);
H A Dldo.c98 setsvalue2s(L, oldtop, luaS_newliteral(L, "error in error handling"));
/freebsd-current/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);
H A Dldo.c161 setsvalue2s(L, oldtop, luaS_newliteral(L, "error in error handling"));

Completed in 120 milliseconds