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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lauxlib.c 587 static int errfile (lua_State *L, const char *what, int fnameindex) {
589 const char *filename = lua_tostring(L, fnameindex) + 1;
591 lua_remove(L, fnameindex);
635 int fnameindex = lua_gettop(L) + 1; /* index of filename on the stack */ local
643 if (lf.f == NULL) return errfile(L, "open", fnameindex);
649 if (lf.f == NULL) return errfile(L, "reopen", fnameindex);
658 lua_settop(L, fnameindex); /* ignore results from `lua_load' */
659 return errfile(L, "read", fnameindex);
661 lua_remove(L, fnameindex);
  /external/syslinux/com32/lua/src/
lauxlib.c 587 static int errfile (lua_State *L, const char *what, int fnameindex) {
589 const char *filename = lua_tostring(L, fnameindex) + 1;
591 lua_remove(L, fnameindex);
635 int fnameindex = lua_gettop(L) + 1; /* index of filename on the stack */ local
643 if (lf.f == NULL) return errfile(L, "open", fnameindex);
650 if (lf.f == NULL) return errfile(L, "reopen", fnameindex);
660 lua_settop(L, fnameindex); /* ignore results from `lua_load' */
661 return errfile(L, "read", fnameindex);
663 lua_remove(L, fnameindex);

Completed in 99 milliseconds