Home
last modified time | relevance | path

Searched refs:loadline (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlua.c561 static int loadline (lua_State *L) { in loadline() function
599 while ((status = loadline(L)) != -1) { in doREPL()