HomeSort by: relevance | last modified time | path
    Searched defs:retline (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/lua/dist/src/
lua.c 525 const char *retline = lua_pushfstring(L, "return %s;", line); local
526 int status = luaL_loadbuffer(L, retline, strlen(retline), "=stdin");

Completed in 16 milliseconds