Searched refs:toclose (Results 1 – 1 of 1) sorted by relevance
339 static void aux_lines (lua_State *L, int toclose) { in aux_lines() argument343 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()357 int toclose; in io_lines() local363 toclose = 0; /* do not close it after iteration */ in io_lines()369 toclose = 1; /* close it after iteration */ in io_lines()371 aux_lines(L, toclose); in io_lines()