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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 217 static int dostring (lua_State *L, const char *s, const char *name) { function
404 if (dostring(L, chunk, "=(command line)") != LUA_OK)
434 return dostring(L, init, name);
  /external/syslinux/com32/lua/src/
lua.c 224 static int dostring (lua_State *L, const char *s, const char *name) { function
411 if (dostring(L, chunk, "=(command line)") != LUA_OK)
441 return dostring(L, init, name);

Completed in 87 milliseconds