luaL_error         46 lib/lua/lauxlib.c     return luaL_error(L, "bad argument #%d (%s)", narg, extramsg);
luaL_error         51 lib/lua/lauxlib.c       return luaL_error(L, "calling " LUA_QS " on bad self (%s)",
luaL_error         56 lib/lua/lauxlib.c   return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)",
luaL_error        142 lib/lua/lauxlib.c     luaL_error(L, "stack overflow (%s)", mes);
luaL_error        253 lib/lua/lauxlib.c         luaL_error(L, "name conflict for module " LUA_QS, libname);
luaL_error         69 lib/lua/lauxlib.h LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...);
luaL_error         57 lib/lua/lbaselib.c         return luaL_error(L, LUA_QL("tostring") " must return a string to "
luaL_error        143 lib/lua/lbaselib.c     luaL_error(L, "cannot change a protected metatable");
luaL_error        160 lib/lua/lbaselib.c       luaL_error(L, "no function environment for tail call at level %d",
luaL_error        188 lib/lua/lbaselib.c     luaL_error(L,
luaL_error        343 lib/lua/lbaselib.c   else luaL_error(L, "reader function must return a string");
luaL_error        370 lib/lua/lbaselib.c     return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!"));
luaL_error        383 lib/lua/lbaselib.c     return luaL_error(L, "too many results to unpack");
luaL_error        558 lib/lua/lbaselib.c     luaL_error(L, "too many arguments to resume");
luaL_error        569 lib/lua/lbaselib.c       luaL_error(L, "too many results to resume");
luaL_error         58 lib/lua/ldblib.c     luaL_error(L, LUA_QL("setfenv")
luaL_error         32 lib/lua/limathlib.c     if (c == 0) luaL_error(L, "divide by 0");
luaL_error         46 lib/lua/limathlib.c     if (c == 0) luaL_error(L, "divide by 0");
luaL_error         73 lib/lua/liolib.c     luaL_error(L, "attempt to use a closed file");
luaL_error        201 lib/lua/liolib.c     luaL_error(L, "standard %s file is closed", fnames[findex - 1]);
luaL_error        456 lib/lua/liolib.c     luaL_error(L, "file is already closed");
luaL_error        461 lib/lua/liolib.c     return luaL_error(L, "%s", strerror(errno));
luaL_error        224 lib/lua/lmathlib.c     default: return luaL_error(L, "wrong number of arguments");
luaL_error        104 lib/lua/loadlib.c     luaL_error(L, "unable to get ModuleFileName");
luaL_error        366 lib/lua/loadlib.c     luaL_error(L, LUA_QL("package.%s") " must be a string", pname);
luaL_error        382 lib/lua/loadlib.c   luaL_error(L, "error loading module " LUA_QS " from file " LUA_QS ":\n\t%s",
luaL_error        446 lib/lua/loadlib.c     luaL_error(L, LUA_QL("package.preload") " must be a table");
luaL_error        466 lib/lua/loadlib.c       luaL_error(L, "loop or previous error loading module " LUA_QS, name);
luaL_error        472 lib/lua/loadlib.c     luaL_error(L, LUA_QL("package.loaders") " must be a table");
luaL_error        477 lib/lua/loadlib.c       luaL_error(L, "module " LUA_QS " not found:%s",
luaL_error        519 lib/lua/loadlib.c     luaL_error(L, LUA_QL("module") " not called from a Lua function");
luaL_error        560 lib/lua/loadlib.c       return luaL_error(L, "name conflict for module " LUA_QS, modname);
luaL_error         70 lib/lua/loslib.c     return luaL_error(L, "unable to generate a unique filename");
luaL_error        127 lib/lua/loslib.c       return luaL_error(L, "field " LUA_QS " missing in date table", key);
luaL_error        117 lib/lua/lstrlib.c     luaL_error(L, "string slice too long");
luaL_error        153 lib/lua/lstrlib.c     luaL_error(L, "unable to dump given function");
luaL_error        189 lib/lua/lstrlib.c     return luaL_error(ms->L, "invalid capture index");
luaL_error        198 lib/lua/lstrlib.c   return luaL_error(ms->L, "invalid pattern capture");
luaL_error        206 lib/lua/lstrlib.c         luaL_error(ms->L, "malformed pattern (ends with " LUA_QL("%%") ")");
luaL_error        213 lib/lua/lstrlib.c           luaL_error(ms->L, "malformed pattern (missing " LUA_QL("]") ")");
luaL_error        284 lib/lua/lstrlib.c     luaL_error(ms->L, "unbalanced pattern");
luaL_error        333 lib/lua/lstrlib.c   if (level >= LUA_MAXCAPTURES) luaL_error(ms->L, "too many captures");
luaL_error        388 lib/lua/lstrlib.c             luaL_error(ms->L, "missing " LUA_QL("[") " after "
luaL_error        472 lib/lua/lstrlib.c       luaL_error(ms->L, "invalid capture index");
luaL_error        476 lib/lua/lstrlib.c     if (l == CAP_UNFINISHED) luaL_error(ms->L, "unfinished capture");
luaL_error        585 lib/lua/lstrlib.c   return luaL_error(L, LUA_QL("string.gfind") " was renamed to "
luaL_error        639 lib/lua/lstrlib.c     luaL_error(L, "invalid replacement value (a %s)", luaL_typename(L, -1)); 
luaL_error        729 lib/lua/lstrlib.c     luaL_error(L, "invalid format (repeated flags)");
luaL_error        738 lib/lua/lstrlib.c     luaL_error(L, "invalid format (width or precision too long)");
luaL_error        815 lib/lua/lstrlib.c           return luaL_error(L, "invalid option " LUA_QL("%%%c") " to "
luaL_error         83 lib/lua/ltablib.c   luaL_error(L, LUA_QL("setn") " is obsolete");
luaL_error        109 lib/lua/ltablib.c       return luaL_error(L, "wrong number of arguments to " LUA_QL("insert"));
luaL_error        138 lib/lua/ltablib.c     luaL_error(L, "invalid value (%s) at index %d in table for "
luaL_error        227 lib/lua/ltablib.c         if (i>u) luaL_error(L, "invalid order function for sorting");
luaL_error        232 lib/lua/ltablib.c         if (j<l) luaL_error(L, "invalid order function for sorting");
luaL_error         31 lib/lua/lua.c    luaL_error(L, "interrupted!");
luaL_error        716 lib/lua/luaconf.h 		luaL_error(L, LUA_QL("popen") " not supported"), (FILE*)0)
luaL_error        141 modules/luascript.c                     luaL_error(L,lua_tostring(L,-1));
luaL_error        365 modules/luascript.c         luaL_error( L, "unknown key" );
luaL_error        657 modules/luascript.c         return luaL_error( L, "malloc failed in luaCB_get_prop" );
luaL_error        870 modules/luascript.c       luaL_error( L, "malloc failed in luaCB_get_parameter_data" );
luaL_error        994 modules/luascript.c         return luaL_error( L, "invalid value");
luaL_error       1228 modules/luascript.c         return luaL_error( L, "md_init_motion_detector failed" );
luaL_error       1633 modules/luascript.c       return luaL_error(L,"malloc fail");
luaL_error       1950 modules/luascript.c         return luaL_error( L, "bad event name '%s'", ev_name );
luaL_error       1959 modules/luascript.c     return luaL_error( L, "expected event name or id" );
luaL_error       1977 modules/luascript.c     return luaL_error( L, "expected string or number" );
luaL_error       2231 modules/luascript.c                 return luaL_error( L, "malloc fail" );
luaL_error       2236 modules/luascript.c                 return luaL_error( L, "expected string or number" );
luaL_error       2244 modules/luascript.c     return luaL_error( L, "native calls disabled" );
luaL_error       2283 modules/luascript.c             return luaL_error( L, "malloc fail" );
luaL_error       2292 modules/luascript.c             return luaL_error( L, "expected string or number" );
luaL_error       2299 modules/luascript.c     return luaL_error( L, "native calls disabled" );
luaL_error       2505 modules/luascript.c     return luaL_error(L,"missing argument");
luaL_error       2512 modules/luascript.c     return luaL_error(L,"unsupported type");
luaL_error       2516 modules/luascript.c     return luaL_error(L,"failed to create message");
luaL_error        247 modules/rawhookops.c         return luaL_error(L,"raw data not available");
luaL_error        269 modules/rawhookops.c         return luaL_error(L,"raw data not available");
luaL_error        294 modules/rawhookops.c         return luaL_error(L,"raw data not available");
luaL_error        323 modules/rawhookops.c         return luaL_error(L,"raw data not available");
luaL_error        357 modules/rawhookops.c         return luaL_error(L,"raw data not available");
luaL_error        406 modules/rawhookops.c         return luaL_error(L,"raw data not available");
luaL_error        509 modules/rawhookops.c         return luaL_error(L,"failed to create userdata");
luaL_error        530 modules/rawhookops.c         return luaL_error(L,"raw data not available");
luaL_error        542 modules/rawhookops.c         return luaL_error(L,"invalid bit depth");
luaL_error        552 modules/rawhookops.c         luaL_error(L,"invalid update area");
luaL_error        572 modules/rawhookops.c             return luaL_error(L,"insufficient memory");
luaL_error        603 modules/rawhookops.c         return luaL_error(L,"no data");
luaL_error        614 modules/rawhookops.c                 return luaL_error(L,"invalid format");
luaL_error        621 modules/rawhookops.c         return luaL_error(L,"invalid range");
luaL_error        625 modules/rawhookops.c         return luaL_error(L,"no pixels");
luaL_error        652 modules/rawhookops.c         return luaL_error(L,"no data");
luaL_error        665 modules/rawhookops.c         return luaL_error(L,"no data");