Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/testrunner/objects/
Dtestcase.py292 shell_flags = self._get_shell_flags()
294 return self._create_cmd(shell, shell_flags + params, env, timeout)
/third_party/mksh/
Dmain.c672 memcpy(baseline_flags, shell_flags, sizeof(shell_flags)); in main_init()
Dexec.c760 old_flags[type_flags] = shell_flags[type_flags]; in comexec()
779 shell_flags[type_flags] = old_flags[type_flags]; in comexec()
Dsh.h835 #define Flag(f) (shell_flags[(int)(f)])
916 EXTERN uint8_t shell_flags[FNFLAGS]; variable