Searched refs:LUA_QL (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllex.c76 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) :
H A Dlobject.c215 "invalid option " LUA_QL("%%%c") " to " LUA_QL("lua_pushfstring"),
H A Dlparser.c777 default: luaX_syntaxerror(ls, "<name> or " LUA_QL("...") " expected");
964 "cannot use " LUA_QL("...") " outside a vararg function");
1366 default: luaX_syntaxerror(ls, LUA_QL("=") " or " LUA_QL("in") " expected");
H A Dlstrlib.c275 luaL_error(ms->L, "malformed pattern (ends with " LUA_QL("%%") ")");
282 luaL_error(ms->L, "malformed pattern (missing " LUA_QL("]") ")");
358 "(missing arguments to " LUA_QL("%%b") ")");
475 luaL_error(ms->L, "missing " LUA_QL("[") " after "
476 LUA_QL("%%f") " in pattern");
718 luaL_error(ms->L, "invalid use of " LUA_QL("%c")
997 return luaL_error(L, "invalid option " LUA_QL("%%%c") " to "
998 LUA_QL("format"), *(strfrmt - 1));
H A Dltable.c163 luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */
H A Dltablib.c60 return luaL_error(L, "wrong number of arguments to " LUA_QL("insert"));
88 LUA_QL("concat"), luaL_typename(L, -1), i);
H A Dluaconf.h199 @@ LUA_QL describes how error messages quote program elements.
202 #define LUA_QL(x) "'" x "'" macro
203 #define LUA_QS LUA_QL("%s")
H A Dlvm.c846 luaG_runerror(L, LUA_QL("for") " initial value must be a number");
848 luaG_runerror(L, LUA_QL("for") " limit must be a number");
850 luaG_runerror(L, LUA_QL("for") " step must be a number");
/freebsd-11-stable/libexec/flua/
H A Dluaconf.h773 @@ LUA_QL describes how error messages quote program elements.
777 #define LUA_QL(x) "'" x "'" macro
778 #define LUA_QS LUA_QL("%s")
/freebsd-11-stable/stand/liblua/
H A Dluaconf.h792 @@ LUA_QL describes how error messages quote program elements.
796 #define LUA_QL(x) "'" x "'" macro
797 #define LUA_QS LUA_QL("%s")

Completed in 262 milliseconds