Searched refs:LUA_QL (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstrlib.c | 256 luaL_error(ms->L, "malformed pattern (ends with " LUA_QL("%%") ")"); in classend() 263 luaL_error(ms->L, "malformed pattern (missing " LUA_QL("]") ")"); in classend() 339 "(missing arguments to " LUA_QL("%%b") ")"); in matchbalance() 456 luaL_error(ms->L, "missing " LUA_QL("[") " after " in match() 457 LUA_QL("%%f") " in pattern"); in match() 699 luaL_error(ms->L, "invalid use of " LUA_QL("%c") in add_s() 978 return luaL_error(L, "invalid option " LUA_QL("%%%c") " to " in str_format() 979 LUA_QL("format"), *(strfrmt - 1)); in str_format()
|
H A D | lobject.c | 213 "invalid option " LUA_QL("%%%c") " to " LUA_QL("lua_pushfstring"), in luaO_pushvfstring()
|
H A D | ltablib.c | 58 return luaL_error(L, "wrong number of arguments to " LUA_QL("insert")); in tinsert() 86 LUA_QL("concat"), luaL_typename(L, -1), i); in addfield()
|
H A D | lvm.c | 846 luaG_runerror(L, LUA_QL("for") " initial value must be a number"); in luaV_execute() 848 luaG_runerror(L, LUA_QL("for") " limit must be a number"); in luaV_execute() 850 luaG_runerror(L, LUA_QL("for") " step must be a number"); in luaV_execute()
|
H A D | lparser.c | 781 default: luaX_syntaxerror(ls, "<name> or " LUA_QL("...") " expected"); in parlist() 968 "cannot use " LUA_QL("...") " outside a vararg function"); in simpleexp() 1370 default: luaX_syntaxerror(ls, LUA_QL("=") " or " LUA_QL("in") " expected"); in forstat()
|
H A D | llex.c | 74 return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) : in luaX_token2str()
|
H A D | ltable.c | 162 luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */ in findindex()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | luaconf.h | 199 #define LUA_QL(x) "'" x "'" macro 200 #define LUA_QS LUA_QL("%s")
|