OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_sh
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c
962
int
have_sh
= 0; /* HAVE_CYGWIN_SHELL */
local
965
have_sh
= (shell_name != NULL || strstr(full_exec_path, "sh.exe"));
1114
if (cygwin_mode &&
have_sh
) { /* HAVE_CYGWIN_SHELL */
Completed in 442 milliseconds