HomeSort by relevance Sort by last modified time
    Searched refs:typeerror (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lauxlib.c 171 static int typeerror (lua_State *L, int narg, const char *tname) { function
179 typeerror(L, narg, lua_typename(L, tag));
307 if (p == NULL) typeerror(L, ud, tname);
  /external/syslinux/com32/lua/src/
lauxlib.c 171 static int typeerror (lua_State *L, int narg, const char *tname) { function
179 typeerror(L, narg, lua_typename(L, tag));
307 if (p == NULL) typeerror(L, ud, tname);

Completed in 1005 milliseconds