Searched refs:toclose (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
H A Dliolib.c339 static void aux_lines (lua_State *L, int toclose) { argument
343 lua_pushboolean(L, toclose); /* close/not close file when finished */
344 lua_rotate(L, 2, 2); /* move 'n' and 'toclose' to their positions */
357 int toclose; local
363 toclose = 0; /* do not close it after iteration */
369 toclose = 1; /* close it after iteration */
371 aux_lines(L, toclose);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-common.c160 int toclose; local
305 toclose = -1;
307 toclose = obj->next_input;
312 in, out, errdes, toclose, &errmsg, err);
H A Dpex-unix.c362 int toclose, const char **errmsg, int *err)
412 if (toclose >= 0)
414 if (close (toclose) < 0)
359 pex_unix_exec_child(struct pex_obj *obj, int flags, const char *executable, char * const * argv, char * const * env, int in, int out, int errdes, int toclose, const char **errmsg, int *err) argument
H A Dpex-djgpp.c117 int toclose ATTRIBUTE_UNUSED, const char **errmsg,
H A Dpex-msdos.c158 int toclose ATTRIBUTE_UNUSED,
H A Dpex-win32.c703 int toclose ATTRIBUTE_UNUSED,

Completed in 171 milliseconds