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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 326 static int handle_script (lua_State *L, char **argv, int n) { function
465 if (script && handle_script(L, argv, script) != LUA_OK) return 0;
  /external/syslinux/com32/lua/src/
lua.c 333 static int handle_script (lua_State *L, char **argv, int n) { function
472 if (script && handle_script(L, argv, script) != LUA_OK) return 0;

Completed in 120 milliseconds